mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-24 01:28:27 +01:00
Convert CollectionType to use lowercase enum names
This commit is contained in:
@@ -2168,7 +2168,7 @@ namespace Emby.Server.Implementations.LiveTv
|
||||
public Folder GetInternalLiveTvFolder(CancellationToken cancellationToken)
|
||||
{
|
||||
var name = _localization.GetLocalizedString("HeaderLiveTV");
|
||||
return _libraryManager.GetNamedView(name, CollectionType.LiveTv, name);
|
||||
return _libraryManager.GetNamedView(name, CollectionType.livetv, name);
|
||||
}
|
||||
|
||||
public async Task<TunerHostInfo> SaveTunerHost(TunerHostInfo info, bool dataSourceChanged = true)
|
||||
|
||||
Reference in New Issue
Block a user