mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 16:54:46 +03:00
update translations
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace MediaBrowser.Model.Themes
|
||||
{
|
||||
@@ -15,7 +14,7 @@ namespace MediaBrowser.Model.Themes
|
||||
|
||||
public AppTheme()
|
||||
{
|
||||
Options = new Dictionary<string, string>(StringComparer.Ordinal);
|
||||
Options = new Dictionary<string, string>();
|
||||
|
||||
Images = new List<ThemeImage>();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user