diff options
Diffstat (limited to 'MediaBrowser.Model/News/NewsChannel.cs')
| -rw-r--r-- | MediaBrowser.Model/News/NewsChannel.cs | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/MediaBrowser.Model/News/NewsChannel.cs b/MediaBrowser.Model/News/NewsChannel.cs deleted file mode 100644 index c3955b0a07..0000000000 --- a/MediaBrowser.Model/News/NewsChannel.cs +++ /dev/null @@ -1,12 +0,0 @@ -using System.Collections.Generic; - -namespace MediaBrowser.Model.News -{ - public class NewsChannel - { - public string Title { get; set; } - public string Link { get; set; } - public string Description { get; set; } - public List<NewsItem> Items { get; set; } - } -}
\ No newline at end of file |
