mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 04:58:01 +01:00
Typo
This commit is contained in:
parent
15bbad77dc
commit
23acd16b64
1 changed files with 2 additions and 2 deletions
|
@ -476,11 +476,11 @@ class ImportPonify extends Command
|
|||
$track->license_id = 2;
|
||||
|
||||
if (!is_null($parsedTags['comments'])) {
|
||||
$track->title = $parsedTags['comments'];
|
||||
$track->description = $parsedTags['comments'];
|
||||
}
|
||||
|
||||
if (!is_null($parsedTags['lyrics'])) {
|
||||
$track->title = $parsedTags['lyrics'];
|
||||
$track->lyrics = $parsedTags['lyrics'];
|
||||
}
|
||||
|
||||
if (!is_null($parsedTags['title'])) {
|
||||
|
|
Loading…
Reference in a new issue