mirror of
https://github.com/danog/magnaluna.git
synced 2024-11-30 04:19:16 +01:00
Fix
This commit is contained in:
parent
f787a014cf
commit
453cf521d7
@ -70,7 +70,7 @@ class MyEventHandler extends SimpleEventHandler
|
|||||||
try {
|
try {
|
||||||
Ogg::validateOgg($song);
|
Ogg::validateOgg($song);
|
||||||
} catch (Throwable $e) {
|
} catch (Throwable $e) {
|
||||||
throw new AssertionError("An error occurred during validation of $song, please convert the file using convert.php or @libtgvoipbot!", 0, $e);
|
throw new AssertionError("An error occurred during validation of {$song->file}, please convert the file using convert.php or @libtgvoipbot!", 0, $e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$this->songs = $songs;
|
$this->songs = $songs;
|
||||||
|
Loading…
Reference in New Issue
Block a user