Crunchy-Downloader/CRD/Views/Utils/ContentDialogSonarrMatchView.axaml.cs
Elwador 6aa10cb2c2 Add - Added a button to manually match Sonarr series
Add - Available dubs/subs overall to history series - not all dubs/subs are available for every season/episode
Fix - Subscription end date was in UTC, causing the program to not recognize an active premium subscription  https://github.com/Crunchy-DL/Crunchy-Downloader/issues/74
2024-08-15 02:27:49 +02:00

11 lines
247 B
C#

using Avalonia;
using Avalonia.Controls;
using Avalonia.Markup.Xaml;
namespace CRD.Views.Utils;
public partial class ContentDialogSonarrMatchView : UserControl{
public ContentDialogSonarrMatchView(){
InitializeComponent();
}
}