Merge pull request #8163 from daullmer/cover-m3u

Don't refresh playlists on album refresh
pull/8266/head
Claus Vium 2 years ago committed by GitHub
commit 444b0ea310
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -169,8 +169,8 @@ namespace MediaBrowser.Controller.Entities.Audio
var childUpdateType = ItemUpdateType.None;
// Refresh songs
foreach (var item in items)
// Refresh songs only and not m3u files in album folder
foreach (var item in items.OfType<Audio>())
{
cancellationToken.ThrowIfCancellationRequested();

Loading…
Cancel
Save