aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-04-25 13:35:49 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-04-25 21:53:39 -0400
commit21b90bf6e1d6d18f619269f39b6f670f01bbd5a3 (patch)
tree6bc4803d5d3f7217a6606ba4aa1d7aab2ac06d14 /MediaBrowser.Server.Implementations
parent4d16f9704779c96f4dba46229e22554913f8107e (diff)
remove special characters from sort names
Diffstat (limited to 'MediaBrowser.Server.Implementations')
-rw-r--r--MediaBrowser.Server.Implementations/Persistence/SqliteItemRepository.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/Persistence/SqliteItemRepository.cs b/MediaBrowser.Server.Implementations/Persistence/SqliteItemRepository.cs
index fb655c9cb..fb91a2dd2 100644
--- a/MediaBrowser.Server.Implementations/Persistence/SqliteItemRepository.cs
+++ b/MediaBrowser.Server.Implementations/Persistence/SqliteItemRepository.cs
@@ -80,7 +80,7 @@ namespace MediaBrowser.Server.Implementations.Persistence
private IDbCommand _updateInheritedRatingCommand;
private IDbCommand _updateInheritedTagsCommand;
- private const int LatestSchemaVersion = 63;
+ private const int LatestSchemaVersion = 64;
/// <summary>
/// Initializes a new instance of the <see cref="SqliteItemRepository"/> class.