Update API docs to mention enabling api_sql while Tautulli is shut down

This commit is contained in:
JonnyWong16
2020-04-10 14:44:14 -07:00
parent 752c7badd2
commit a4eda99a4a
2 changed files with 2 additions and 2 deletions

View File

@@ -292,7 +292,7 @@ class API2:
def sql(self, query=''):
""" Query the Tautulli database with raw SQL. Automatically makes a backup of
the database if the latest backup is older then 24h. `api_sql` must be
manually enabled in the config file.
manually enabled in the config file while Tautulli is shut down.
```
Required parameters: