diff --git a/Assets/online-sources.json b/Assets/online-sources.json index 316a0aa..3f497be 100644 --- a/Assets/online-sources.json +++ b/Assets/online-sources.json @@ -47,14 +47,13 @@ "web": [ { "name": "YouTube", "url": "https://www.youtube.com" }, { "name": "ARD Mediathek", "url": "https://www.ardmediathek.de" }, - { "name": "ZDF Mediathek", "url": "https://www.zdf.de/" }, + { "name": "ZDF Mediathek", "url": "https://www.zdf.de/serien-und-filme" }, { "name": "Netflix", "url": "https://www.netflix.com" }, { "name": "Disney+", "url": "https://www.disneyplus.com" }, { "name": "Joyn", "url": "https://www.joyn.de" }, { "name": "RTL+", "url": "https://plus.rtl.de" }, { "name": "ARTE", "url": "https://www.arte.tv/de" }, { "name": "Apple TV+", "url": "https://tv.apple.com" }, - { "name": "Amazon Prime Video", "url": "https://www.amazon.de/gp/video/storefront" }, - { "name": "n-tv", "url": "https://www.n-tv.de" } + { "name": "Amazon Prime Video", "url": "https://www.amazon.de/gp/video/storefront" } ] } diff --git a/ClockWindow.xaml b/ClockWindow.xaml deleted file mode 100644 index 810a148..0000000 --- a/ClockWindow.xaml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - diff --git a/ClockWindow.xaml.cs b/ClockWindow.xaml.cs deleted file mode 100644 index 169c1ef..0000000 --- a/ClockWindow.xaml.cs +++ /dev/null @@ -1,13 +0,0 @@ -using System.Windows; - -namespace FritzTV; - -public partial class ClockWindow : Window -{ - public ClockWindow() - { - InitializeComponent(); - } - - public void UpdateTime(string time) => TxtClock.Text = time; -} diff --git a/MainWindow.xaml b/MainWindow.xaml index a16bdf9..9769afd 100644 --- a/MainWindow.xaml +++ b/MainWindow.xaml @@ -227,50 +227,41 @@ - + - - - - - - - + + + HorizontalAlignment="Center" + Visibility="Collapsed"/> + TextWrapping="Wrap" TextAlignment="Center" + MaxWidth="600"/> - + + @@ -286,11 +277,20 @@