Web-Sender: WebView2 Browser-Integration (YouTube, Netflix, Mediatheken mit persistentem Login)
This commit is contained in:
parent
ab1954e28c
commit
72bafbcba6
7 changed files with 214 additions and 364 deletions
|
|
@ -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 }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue