Merge pull request #5748 from cvium/playlist-audio-type

Set mediatype to Audio for playlists in a music library
pull/5773/head^2
Joshua M. Boniface 4 years ago committed by GitHub
commit cd0daa7985
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
};
}
}

Loading…
Cancel
Save