4
0
mirror of https://github.com/AzuraCast/AzuraCast.git synced 2024-06-27 19:37:06 +00:00

Fix error with batch actions.

This commit is contained in:
Buster "Silver Eagle" Neece 2018-09-27 13:31:32 -05:00
parent 5ad7ad5c5f
commit d472954a8b

View File

@ -357,7 +357,7 @@ class FilesController extends FilesControllerAbstract
$this->em->flush();
// Write new PLS playlist configuration.
$backend->write();
$backend->write($station);
break;
// Add all selected files to a playlist.
@ -412,7 +412,7 @@ class FilesController extends FilesControllerAbstract
$this->em->flush();
// Write new PLS playlist configuration.
$backend->write();
$backend->write($station);
break;
}