diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-11-25 12:39:58 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-11-25 12:39:58 -0500 |
| commit | 2420f24ab1f144fe661b465e7e7eca349c9c146d (patch) | |
| tree | b7999ddbbda6563bb9c01bada49c29f0a0957d18 /MediaBrowser.Model/Entities/CollectionType.cs | |
| parent | 56c71468b5577f8feb953fb1b90a01e4d2b337b8 (diff) | |
back port model changes
Diffstat (limited to 'MediaBrowser.Model/Entities/CollectionType.cs')
| -rw-r--r-- | MediaBrowser.Model/Entities/CollectionType.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Entities/CollectionType.cs b/MediaBrowser.Model/Entities/CollectionType.cs index a259f4c07..187334c71 100644 --- a/MediaBrowser.Model/Entities/CollectionType.cs +++ b/MediaBrowser.Model/Entities/CollectionType.cs @@ -68,4 +68,4 @@ public const string MusicFavoriteAlbums = "MusicFavoriteAlbums"; public const string MusicFavoriteSongs = "MusicFavoriteSongs"; } -} +}
\ No newline at end of file |
