Set mediatype to Audio for playlists in a music library (cherry picked from commit cd0daa7985c17bef28f8dc109686271045c18794) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
@@ -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
};
}