update sorting

This commit is contained in:
Luke Pulverenti
2016-03-24 16:52:52 -04:00
parent cf35773d82
commit 66d0815fc6
2 changed files with 6 additions and 6 deletions

View File

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