diff options
Diffstat (limited to 'Emby.Server.Implementations/Sorting/IsPlayedComparer.cs')
| -rw-r--r-- | Emby.Server.Implementations/Sorting/IsPlayedComparer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Sorting/IsPlayedComparer.cs b/Emby.Server.Implementations/Sorting/IsPlayedComparer.cs index 9f4fc2c06..544cae845 100644 --- a/Emby.Server.Implementations/Sorting/IsPlayedComparer.cs +++ b/Emby.Server.Implementations/Sorting/IsPlayedComparer.cs @@ -52,4 +52,4 @@ namespace Emby.Server.Implementations.Sorting /// <value>The user manager.</value> public IUserManager UserManager { get; set; } } -}
\ No newline at end of file +} |
