mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 22:17:25 -04:00
Last line?
This commit is contained in:
parent
e88ebd748d
commit
02b864e41b
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ namespace Emby.Server.Implementations.Activity
|
|||
{
|
||||
public class ActivityRepository : BaseSqliteRepository, IActivityRepository
|
||||
{
|
||||
private static readonly CultureInfo _usCulture = new CultureInfo("en-US");
|
||||
private static readonly CultureInfo _usCulture = CultureInfo.ReadOnly(new CultureInfo("en-US"));
|
||||
private readonly IFileSystem _fileSystem;
|
||||
|
||||
public ActivityRepository(ILoggerFactory loggerFactory, IServerApplicationPaths appPaths, IFileSystem fileSystem)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue