mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
New: Lidarr to Readarr
This commit is contained in:
@@ -31,7 +31,7 @@ export const defaultState = {
|
||||
messages: {
|
||||
items: []
|
||||
},
|
||||
version: window.Lidarr.version,
|
||||
version: window.Readarr.version,
|
||||
isUpdated: false,
|
||||
isConnected: true,
|
||||
isReconnecting: false,
|
||||
|
||||
@@ -13,7 +13,7 @@ import createHandleActions from './Creators/createHandleActions';
|
||||
// Variables
|
||||
|
||||
export const section = 'oAuth';
|
||||
const callbackUrl = `${window.location.origin}${window.Lidarr.urlBase}/oauth.html`;
|
||||
const callbackUrl = `${window.location.origin}${window.Readarr.urlBase}/oauth.html`;
|
||||
|
||||
//
|
||||
// State
|
||||
|
||||
Reference in New Issue
Block a user