mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Update nzb and covers paths
This commit is contained in:
@@ -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'];
|
||||
|
||||
Reference in New Issue
Block a user