X Tutup
Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit 1af78d5

Browse files
committed
Plex Autoscan: Minor update to default config.
1 parent ce86679 commit 1af78d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

roles/plex_autoscan/templates/config.json.j2

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"CLIENT_SECRET": "",
77
"ALLOWED": {
88
"FILE_PATHS": [
9-
"My Drive/Media/Movies"
10-
"My Drive/Media/TV",
11-
"My Drive/Media/Music"
9+
"My Drive/Media/Movies/",
10+
"My Drive/Media/TV/",
11+
"My Drive/Media/Music/"
1212
],
1313
"FILE_EXTENSIONS": true,
1414
"FILE_EXTENSIONS_LIST": [

0 commit comments

Comments
 (0)
X Tutup