Set mediatype to Audio for playlists in a music library

This commit is contained in:
cvium 2021-04-10 00:06:48 +02:00
parent 1a92d94e92
commit ef527df28f

View file

@ -63,7 +63,8 @@ namespace Emby.Server.Implementations.Library.Resolvers
{
Path = args.Path,
Name = Path.GetFileNameWithoutExtension(args.Path),
IsInMixedFolder = true
IsInMixedFolder = true,
PlaylistMediaType = MediaType.Audio
};
}
}