mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
actually add internet540 profile
This commit is contained in:
parent
b844471860
commit
aa817508e2
@ -393,6 +393,7 @@ namespace MediaBrowser.Server.Implementations.LiveTv.TunerHosts.HdHomerun
|
|||||||
{
|
{
|
||||||
list.Add(await GetMediaSource(info, hdhrId, "heavy").ConfigureAwait(false));
|
list.Add(await GetMediaSource(info, hdhrId, "heavy").ConfigureAwait(false));
|
||||||
|
|
||||||
|
list.Add(await GetMediaSource(info, hdhrId, "internet540").ConfigureAwait(false));
|
||||||
list.Add(await GetMediaSource(info, hdhrId, "internet480").ConfigureAwait(false));
|
list.Add(await GetMediaSource(info, hdhrId, "internet480").ConfigureAwait(false));
|
||||||
list.Add(await GetMediaSource(info, hdhrId, "internet360").ConfigureAwait(false));
|
list.Add(await GetMediaSource(info, hdhrId, "internet360").ConfigureAwait(false));
|
||||||
list.Add(await GetMediaSource(info, hdhrId, "internet240").ConfigureAwait(false));
|
list.Add(await GetMediaSource(info, hdhrId, "internet240").ConfigureAwait(false));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user