|
@@ -9778,7 +9778,7 @@ function PopupCenter(url, title, w, h) {
|
|
|
return newWindow;
|
|
return newWindow;
|
|
|
}
|
|
}
|
|
|
function getPlexHeaders(){
|
|
function getPlexHeaders(){
|
|
|
- let plexTitle = activeInfo.appearance.title == '' ? 'Organizr' : activeInfo.appearance.title;
|
|
|
|
|
|
|
+ let plexTitle = activeInfo.appearance.title == '' ? 'Organizr' : cleanClass(activeInfo.appearance.title);
|
|
|
return {
|
|
return {
|
|
|
'Accept': 'application/json',
|
|
'Accept': 'application/json',
|
|
|
'X-Plex-Product': plexTitle,
|
|
'X-Plex-Product': plexTitle,
|