sync updates

This commit is contained in:
Luke Pulverenti
2015-01-19 15:53:02 -05:00
parent bdb9cd77bc
commit 01f4ddbdc3
45 changed files with 20454 additions and 20522 deletions

View File

@@ -265,7 +265,6 @@
<Compile Include="MediaInfo\SubtitleFormat.cs" />
<Compile Include="MediaInfo\TransportStreamTimestamp.cs" />
<Compile Include="MediaInfo\VideoCodec.cs" />
<Compile Include="News\NewsChannel.cs" />
<Compile Include="News\NewsItem.cs" />
<Compile Include="News\NewsQuery.cs" />
<Compile Include="Notifications\NotificationRequest.cs" />

View File

@@ -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; }
}
}