updated translations

This commit is contained in:
Luke Pulverenti 2016-10-07 11:33:07 -04:00
parent c8d923da93
commit d721c92bba

View file

@ -2534,13 +2534,6 @@ namespace MediaBrowser.Server.Implementations.LiveTv
};
}
class LiveStreamData
{
internal MediaSourceInfo Info;
internal string ItemId;
internal bool IsChannel;
}
public async Task CloseLiveStream(string id)
{
var parts = id.Split(new[] { '_' }, 2);