Dont let PMS force scan the media
- Guess the 'checkFiles=1' parameter for requesting a PMS item's metadata forced a scan - Maybe also fixes #73
This commit is contained in:
parent
3e84f34acc
commit
f0400f0119
1 changed files with 0 additions and 1 deletions
|
@ -173,7 +173,6 @@ def GetPlexMetadata(key):
|
|||
else:
|
||||
url = "{server}/library/metadata/" + key
|
||||
arguments = {
|
||||
'checkFiles': 1, # No idea
|
||||
'includeExtras': 1, # Trailers and Extras => Extras
|
||||
# 'includeRelated': 1, # Similar movies => Video -> Related
|
||||
# 'includeRelatedCount': 5,
|
||||
|
|
Loading…
Reference in a new issue