mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-27 01:50:53 +01:00
update translations
This commit is contained in:
@@ -57,7 +57,7 @@ namespace MediaBrowser.Server.Implementations.Playlists
|
||||
|
||||
public BasePluginFolder GetFolder()
|
||||
{
|
||||
var path = Path.Combine(_appPaths.CachePath, "playlists");
|
||||
var path = Path.Combine(_appPaths.DataPath, "playlists");
|
||||
|
||||
Directory.CreateDirectory(path);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user