fixed for new collection creation

This commit is contained in:
Luke Pulverenti
2015-04-26 00:39:40 -04:00
parent a7b32d4ec0
commit 6562824a84
8 changed files with 94 additions and 12 deletions

View File

@@ -81,7 +81,8 @@ namespace MediaBrowser.Server.Implementations.Collections
ProviderIds = options.ProviderIds,
Shares = options.UserIds.Select(i => new Share
{
UserId = i.ToString("N")
UserId = i.ToString("N"),
CanEdit = true
}).ToList()
};