|
@@ -72,7 +72,7 @@ discard block |
|
|
block discarded – undo |
|
72
|
72
|
$this->addPAR2Files = (bool) config('nntmux_settings.add_par2'); |
|
73
|
73
|
$this->ffmpegPath = config('nntmux_settings.ffmpeg_path') ?: false; |
|
74
|
74
|
$this->mediaInfoPath = config('nntmux_settings.mediainfo_path') ?: false; |
|
75
|
|
- if (! $this->ffmpegPath) { |
|
|
75
|
+ if (!$this->ffmpegPath) { |
|
76
|
76
|
$this->processAudioSample = false; |
|
77
|
77
|
$this->processThumbnails = false; |
|
78
|
78
|
$this->processVideo = false; |
|
@@ -85,7 +85,7 @@ discard block |
|
|
block discarded – undo |
|
85
|
85
|
$this->processMediaInfo = (bool) $this->mediaInfoPath; |
|
86
|
86
|
$this->processAudioInfo = $this->processMediaInfo; |
|
87
|
87
|
$this->processPasswords = config('nntmux_settings.check_passworded_rars') === true |
|
88
|
|
- && ! empty(config('nntmux_settings.unrar_path')); |
|
|
88
|
+ && !empty(config('nntmux_settings.unrar_path')); |
|
89
|
89
|
$this->audioSavePath = config('nntmux_settings.covers_path').'/audiosample/'; |
|
90
|
90
|
$this->tmpUnrarPath = config('nntmux.tmp_unrar_path'); |
|
91
|
91
|
$this->debugMode = (bool) config('app.debug'); |
Please login to merge, or discard this patch.