mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-19 04:34:18 +01:00
update translations
This commit is contained in:
@@ -183,7 +183,7 @@ namespace MediaBrowser.Controller.Entities
|
||||
/// </summary>
|
||||
/// <value>The configuration directory path.</value>
|
||||
[IgnoreDataMember]
|
||||
internal string ConfigurationDirectoryPath
|
||||
public string ConfigurationDirectoryPath
|
||||
{
|
||||
get
|
||||
{
|
||||
@@ -247,10 +247,5 @@ namespace MediaBrowser.Controller.Entities
|
||||
Configuration = config;
|
||||
SaveConfiguration();
|
||||
}
|
||||
|
||||
public IEnumerable<Folder> GetViews()
|
||||
{
|
||||
return ((UserRootFolder)RootFolder).GetViews(this, CancellationToken.None).Result;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user