diff options
| author | Eric Reed <ebr@mediabrowser3.com> | 2013-04-22 11:27:23 -0400 |
|---|---|---|
| committer | Eric Reed <ebr@mediabrowser3.com> | 2013-04-22 11:27:23 -0400 |
| commit | 49cc12c4f56ceb51d1e03d405146ab2112411122 (patch) | |
| tree | c0076d970df935a724c1ad1b7fbfb9800d0682e3 /MediaBrowser.Controller/Entities/Studio.cs | |
| parent | 8aa9a5ec63ff6c744c456bd0a2bb11d9da5b74e6 (diff) | |
| parent | a55999b780367dfa344bb0dfc754b5172b0b195a (diff) | |
Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
Diffstat (limited to 'MediaBrowser.Controller/Entities/Studio.cs')
| -rw-r--r-- | MediaBrowser.Controller/Entities/Studio.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Entities/Studio.cs b/MediaBrowser.Controller/Entities/Studio.cs index 06511d959..0dec024f8 100644 --- a/MediaBrowser.Controller/Entities/Studio.cs +++ b/MediaBrowser.Controller/Entities/Studio.cs @@ -12,7 +12,7 @@ namespace MediaBrowser.Controller.Entities /// <returns>System.String.</returns> public override string GetUserDataKey() { - return Name; + return "Studio-" + Name; } } } |
