Web-Sender: WebView2 Browser-Integration (YouTube, Netflix, Mediatheken mit persistentem Login)

This commit is contained in:
administrator 2026-05-11 17:13:46 +02:00
parent ab1954e28c
commit 72bafbcba6
7 changed files with 214 additions and 364 deletions

View file

@ -3,7 +3,7 @@ using System.Runtime.CompilerServices;
namespace FritzTV.Models;
public enum ChannelKind { TvSd, TvHd, Radio }
public enum ChannelKind { TvSd, TvHd, Radio, Web }
/// <summary>Woher kommt der Sender? FritzBox (DVB-C/lokal) oder Online (HLS-Stream)</summary>
public enum ChannelSource { FritzBox, Online }