aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Channels/ChannelFolderType.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-06-22 00:39:06 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-06-22 00:39:06 -0400
commit7601f6660e90aae5a3f23e63793b0ef21344be27 (patch)
treeb5c09ddd205e01f605cc80d54355b3070d81bb25 /MediaBrowser.Model/Channels/ChannelFolderType.cs
parentcd15f00495053d4609155ebfa8b50179c9dbae83 (diff)
add music artist channel folder type
Diffstat (limited to 'MediaBrowser.Model/Channels/ChannelFolderType.cs')
-rw-r--r--MediaBrowser.Model/Channels/ChannelFolderType.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Channels/ChannelFolderType.cs b/MediaBrowser.Model/Channels/ChannelFolderType.cs
index 9261cb5cd..c456af69a 100644
--- a/MediaBrowser.Model/Channels/ChannelFolderType.cs
+++ b/MediaBrowser.Model/Channels/ChannelFolderType.cs
@@ -6,6 +6,8 @@ namespace MediaBrowser.Model.Channels
MusicAlbum = 1,
- PhotoAlbum = 2
+ PhotoAlbum = 2,
+
+ MusicArtist = 3
}
} \ No newline at end of file