Improve merge database import method and remove append method

This commit is contained in:
JonnyWong16 2020-05-01 19:32:19 -07:00
parent e698bcb375
commit a5653e365e
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
4 changed files with 52 additions and 24 deletions

View file

@ -3748,7 +3748,7 @@ class WebInterface(object):
Required parameters:
app (str): "tautulli" or "plexwatch" or "plexivity"
database_path (str): The full path to the plexwatch database file
method (str): For Tautulli only, "merge" or "append" or "overwrite"
method (str): For Tautulli only, "merge" or "overwrite"
table_name (str): For PlexWatch or Plexivity only, "processed" or "grouped"