mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-16 11:37:58 +02:00
Update NzbDroneController.js
This commit is contained in:
parent
4f48e16719
commit
b36b38ad78
@ -19,11 +19,11 @@ define(
|
||||
|
||||
setTitle: function (title) {
|
||||
title = title.toLocaleLowerCase();
|
||||
if (title === 'sonarr') {
|
||||
document.title = 'sonarr';
|
||||
if (title === 'Sonarr') {
|
||||
document.title = 'Sonarr';
|
||||
}
|
||||
else {
|
||||
document.title = title + ' - sonarr';
|
||||
document.title = title + ' - Sonarr';
|
||||
}
|
||||
|
||||
if(window.NzbDrone.Analytics && window.Piwik){
|
||||
|
Loading…
Reference in New Issue
Block a user