mirror of
https://github.com/mjrode/WhatToWatch.git
synced 2025-12-30 10:09:44 -06:00
Rename to WhatToWatch
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
work correctly both with client-side routing and a non-root public URL.
|
||||
Learn how to configure a non-root public URL by running `npm run build`.
|
||||
-->
|
||||
<title>PlexRex</title>
|
||||
<title>WhatToWatch</title>
|
||||
</head>
|
||||
<body>
|
||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||
|
||||
@@ -37,7 +37,7 @@ class Header extends Component {
|
||||
<nav style={{backgroundColor: '#f9a1bc'}}>
|
||||
<div className="nav-wrapper" style={{margin: '0 10px'}}>
|
||||
<Link to={this.props.auth ? '/' : '/'} className="left brand-logo">
|
||||
PlexRex
|
||||
WhatToWatch
|
||||
</Link>
|
||||
|
||||
<ul className="right">{this.renderContent()}</ul>
|
||||
|
||||
@@ -26,6 +26,7 @@ const addSeries = async (showName, user) => {
|
||||
const body = await search(showName, user);
|
||||
body.profileId = 1;
|
||||
const rootFolder = await getRootFolder(user);
|
||||
console.log(rootFolder);
|
||||
body.rootFolderPath = JSON.parse(rootFolder)[0].path;
|
||||
const params = {
|
||||
baseUrl: user.sonarrUrl,
|
||||
|
||||
Reference in New Issue
Block a user