aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Channels/ChannelManager.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Emby.Server.Implementations/Channels/ChannelManager.cs')
-rw-r--r--Emby.Server.Implementations/Channels/ChannelManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Channels/ChannelManager.cs b/Emby.Server.Implementations/Channels/ChannelManager.cs
index 0036d1970..c42f22804 100644
--- a/Emby.Server.Implementations/Channels/ChannelManager.cs
+++ b/Emby.Server.Implementations/Channels/ChannelManager.cs
@@ -1547,7 +1547,7 @@ namespace Emby.Server.Implementations.Channels
public Folder GetInternalChannelFolder(CancellationToken cancellationToken)
{
- var name = _localization.GetLocalizedString("ViewTypeChannels");
+ var name = _localization.GetLocalizedString("Channels");
return _libraryManager.GetNamedView(name, "channels", "zz_" + name, cancellationToken);
}