update channel settings

This commit is contained in:
Luke Pulverenti
2015-08-14 15:14:54 -04:00
parent 45c8f51a9c
commit 9c879eefc3
5 changed files with 8 additions and 9 deletions

View File

@@ -1824,7 +1824,7 @@ namespace MediaBrowser.Server.Implementations.Library
throw new ArgumentNullException("name");
}
var idValues = "37_namedview_" + name + (parentId ?? string.Empty);
var idValues = "37_namedview_" + name + (parentId ?? string.Empty) + (viewType ?? string.Empty);
if (!string.IsNullOrWhiteSpace(uniqueId))
{
idValues += uniqueId;