diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-10-13 01:43:11 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-10-13 01:43:11 -0400 |
| commit | 66ad10348fe9383df7b939c2de5a93c044ec351d (patch) | |
| tree | 3987e18da4dbe4aa0bb36383a344aee16ca28158 /Emby.Server.Implementations/Channels/ChannelManager.cs | |
| parent | 6623fe10ee1f74cafc8fadf8caa531178a0b26fe (diff) | |
update translations
Diffstat (limited to 'Emby.Server.Implementations/Channels/ChannelManager.cs')
| -rw-r--r-- | Emby.Server.Implementations/Channels/ChannelManager.cs | 2 |
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); } |
