Crunchy-Downloader/CRD/Views/HistoryPageView.axaml.cs
Elwador 7b021940c3 Add - Added setting to use sonarr numbering instead of crunchyroll numbering
Chg - History "Refresh All" now shows in more detail what is being updated
Chg - Calendar design changes - highlight "Premiere" episodes
Fix - Crash caused by using sonarr
Fix - Memory leak caused by progress bar
Fix - Sometimes it downloaded Hardsub because it didn't know the language
2024-06-11 23:58:44 +02:00

11 lines
177 B
C#

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