handle incomplete local metadata

This commit is contained in:
Luke Pulverenti
2015-02-25 13:11:49 -05:00
parent 7fd26410a9
commit 17ea0217f5
4 changed files with 44 additions and 2 deletions

View File

@@ -442,7 +442,7 @@ namespace MediaBrowser.Server.Implementations.LiveTv
return null;
}
private const string InternalVersionNumber = "3";
private const string InternalVersionNumber = "4";
public Guid GetInternalChannelId(string serviceName, string externalId)
{