Crunchy-Downloader/CRD/Views/SeriesPageView.axaml.cs
Elwador 51e3102503 Add - Added sorting to seasons tab
Add -  Added a download subs button to the history
Chg - Changed CDM error message to include a GitHub wiki link
Chg - Changed the style of settings tabs
Chg - Changed the date format in the seasons tab
Fix - Fixed Crunchyroll seasons numbering issue (e.g., Blue Exorcist)
Fix - Fixed window slightly moving on startup
Fix - Fixed a bug in the upcoming episodes display for the next week
2025-01-05 02:10:52 +01:00

12 lines
No EOL
204 B
C#

using Avalonia.Controls;
using Avalonia.Interactivity;
namespace CRD.Views;
public partial class SeriesPageView : UserControl{
public SeriesPageView(){
InitializeComponent();
}
}