start on manual collection creation

This commit is contained in:
Luke Pulverenti
2014-03-06 00:17:13 -05:00
parent 9396f16aed
commit 2349c8099d
17 changed files with 239 additions and 24 deletions

View File

@@ -48,7 +48,7 @@ namespace MediaBrowser.Server.Implementations.Library.Resolvers.Audio
var collectionType = args.GetCollectionType();
// If there's a collection type and it's not music, it can't be a series
// If there's a collection type and it's not music, don't allow it.
if (!string.IsNullOrEmpty(collectionType) &&
!string.Equals(collectionType, CollectionType.Music, StringComparison.OrdinalIgnoreCase))
{