mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-29 13:25:13 +02:00
Update NzbDroneController.js
This commit is contained in:
@@ -19,11 +19,11 @@ define(
|
|||||||
|
|
||||||
setTitle: function (title) {
|
setTitle: function (title) {
|
||||||
title = title.toLocaleLowerCase();
|
title = title.toLocaleLowerCase();
|
||||||
if (title === 'sonarr') {
|
if (title === 'Sonarr') {
|
||||||
document.title = 'sonarr';
|
document.title = 'Sonarr';
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
document.title = title + ' - sonarr';
|
document.title = title + ' - Sonarr';
|
||||||
}
|
}
|
||||||
|
|
||||||
if(window.NzbDrone.Analytics && window.Piwik){
|
if(window.NzbDrone.Analytics && window.Piwik){
|
||||||
|
Reference in New Issue
Block a user