mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 21:56:42 +00:00
Fixes the default destination for movie downloads
Movies go into /storage/videos instead of /storage/movies
This commit is contained in:
parent
c1ba8121e2
commit
5c2bacab2e
@ -342,7 +342,7 @@ if firstLaunch:
|
||||
defaultConfig['Renamer'] = {}
|
||||
defaultConfig['Renamer']['enabled'] = 'True'
|
||||
defaultConfig['Renamer']['download'] = pSabNzbdCompleteMov
|
||||
defaultConfig['Renamer']['destination'] = '/storage/movies'
|
||||
defaultConfig['Renamer']['destination'] = '/storage/videos'
|
||||
defaultConfig['Renamer']['separator'] = '.'
|
||||
defaultConfig['Renamer']['cleanup'] = 'True'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user