Don't lower-case document title

pull/3113/head
Mark McDowall 10 years ago
parent 8c88527f15
commit ba38160430

@ -18,7 +18,7 @@ define(
}, },
setTitle: function (title) { setTitle: function (title) {
title = title.toLocaleLowerCase(); title = title;
if (title === 'Sonarr') { if (title === 'Sonarr') {
document.title = 'Sonarr'; document.title = 'Sonarr';
} }

Loading…
Cancel
Save