Robert Hillis 866518c5a0
Add tests to Lidarr (#79610)
* Add tests to Lidarr

* fix js files

* take out the trash

* fix 3.9

* uno mas

* fix fixture

* ruff

* Update const.py

---------

Co-authored-by: Erik Montnemery <erik@montnemery.com>
2023-03-28 16:49:32 +02:00

12 lines
298 B
JavaScript

window.Lidarr = {
apiRoot: '/api/v1',
apiKey: '1234567890abcdef1234567890abcdef',
release: '10.0.0.34882-develop',
version: '10.0.0.34882',
instanceName: 'Lidarr',
branch: 'nightly',
analytics: true,
userHash: 'abcd1234',
urlBase: '',
isProduction: true
};