fix episode query

This commit is contained in:
Luke Pulverenti
2016-05-06 22:11:22 -04:00
parent c431625d39
commit d04b39421e
5 changed files with 54 additions and 52 deletions

View File

@@ -82,7 +82,7 @@ namespace MediaBrowser.Server.Implementations.Persistence
private IDbCommand _updateInheritedRatingCommand;
private IDbCommand _updateInheritedTagsCommand;
public const int LatestSchemaVersion = 71;
public const int LatestSchemaVersion = 72;
/// <summary>
/// Initializes a new instance of the <see cref="SqliteItemRepository"/> class.