Fix issue with media processing due to missing song id when external album art is enabled (#3691)

This commit is contained in:
Vaalyn 2021-01-19 16:57:12 +01:00 committed by GitHub
parent 686f480d7c
commit 159991af55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -551,6 +551,8 @@ class StationMedia implements SongInterface, ProcessableMediaInterface, PathAwar
if (isset($tags['isrc'])) {
$this->setIsrc($tags['isrc']);
}
$this->updateSongId();
}
public function toMetadata(): Metadata