Update nzb and covers paths

This commit is contained in:
DariusIII
2023-03-16 10:57:27 +01:00
parent a7e164659f
commit 3cf669dfb0
7 changed files with 10 additions and 10 deletions
@@ -52,7 +52,7 @@ class AdminMusicController extends BasePageController
switch ($action) {
case 'submit':
$coverLoc = resource_path().'/covers/music/'.$id.'.jpg';
$coverLoc = storage_path('covers/music/'.$id.'.jpg');
if ($_FILES['cover']['size'] > 0) {
$tmpName = $_FILES['cover']['tmp_name'];