resolve missing trailers

This commit is contained in:
Luke Pulverenti
2016-03-29 23:31:11 -04:00
parent 4295f0c10f
commit b293211628
2 changed files with 6 additions and 2 deletions

View File

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