Merge remote-tracking branch 'origin/master'

This commit is contained in:
Buster "Silver Eagle" Neece 2021-01-19 15:17:02 -06:00
commit 8b466ce82e
No known key found for this signature in database
GPG Key ID: 6D9E12FF03411F4E
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