mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-05 07:18:47 +01:00
updated translations
This commit is contained in:
@@ -45,11 +45,11 @@ namespace MediaBrowser.Server.Implementations.Playlists
|
||||
}
|
||||
}
|
||||
|
||||
public class PlaylistssDynamicFolder : IVirtualFolderCreator
|
||||
public class PlaylistsDynamicFolder : IVirtualFolderCreator
|
||||
{
|
||||
private readonly IApplicationPaths _appPaths;
|
||||
|
||||
public PlaylistssDynamicFolder(IApplicationPaths appPaths)
|
||||
public PlaylistsDynamicFolder(IApplicationPaths appPaths)
|
||||
{
|
||||
_appPaths = appPaths;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user