mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Replace custom path constants with laravel defined paths
This commit is contained in:
@@ -372,7 +372,7 @@ class ProcessAdditional
|
||||
$this->_processAudioInfo = $this->_processMediaInfo;
|
||||
$this->_processPasswords = ! empty(Settings::settingValue('..checkpasswordedrar')) && ! empty(Settings::settingValue('apps..unrarpath'));
|
||||
|
||||
$this->_audioSavePath = NN_COVERS.'audiosample'.DS;
|
||||
$this->_audioSavePath = storage_path('covers/audiosample/');
|
||||
|
||||
$this->_audioFileRegex = '\.(AAC|AIFF|APE|AC3|ASF|DTS|FLAC|MKA|MKS|MP2|MP3|RA|OGG|OGM|W64|WAV|WMA)';
|
||||
$this->_ignoreBookRegex = '/\b(epub|lit|mobi|pdf|sipdf|html)\b.*\.rar(?!.{20,})/i';
|
||||
|
||||
Reference in New Issue
Block a user