mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
commit
6426433dc6
@ -531,7 +531,7 @@ namespace MediaBrowser.Controller.Entities
|
|||||||
{
|
{
|
||||||
if (!string.IsNullOrWhiteSpace(ForcedSortName))
|
if (!string.IsNullOrWhiteSpace(ForcedSortName))
|
||||||
{
|
{
|
||||||
return ModifySortChunks(ForcedSortName);
|
return ModifySortChunks(ForcedSortName).ToLower();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (Name == null) return null; //some items may not have name filled in properly
|
if (Name == null) return null; //some items may not have name filled in properly
|
||||||
|
@ -79,7 +79,7 @@ namespace MediaBrowser.Server.Implementations.Persistence
|
|||||||
|
|
||||||
private IDbCommand _updateInheritedRatingCommand;
|
private IDbCommand _updateInheritedRatingCommand;
|
||||||
|
|
||||||
private const int LatestSchemaVersion = 51;
|
private const int LatestSchemaVersion = 52;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Initializes a new instance of the <see cref="SqliteItemRepository"/> class.
|
/// Initializes a new instance of the <see cref="SqliteItemRepository"/> class.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user