mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 22:17:25 -04:00
don't resolve audio playlists
This commit is contained in:
parent
fede730dc1
commit
8f90e54faf
1 changed files with 4 additions and 0 deletions
|
@ -1846,6 +1846,10 @@ namespace MediaBrowser.Server.Implementations.Library
|
|||
{
|
||||
var options = new ExtendedNamingOptions();
|
||||
|
||||
// These cause apps to have problems
|
||||
options.AudioFileExtensions.Remove(".m3u");
|
||||
options.AudioFileExtensions.Remove(".wpl");
|
||||
|
||||
if (!ConfigurationManager.Configuration.EnableAudioArchiveFiles)
|
||||
{
|
||||
options.AudioFileExtensions.Remove(".rar");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue