mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-03-06 13:44:58 +00:00
Don't lower-case document title
This commit is contained in:
@@ -18,7 +18,7 @@ define(
|
||||
},
|
||||
|
||||
setTitle: function (title) {
|
||||
title = title.toLocaleLowerCase();
|
||||
title = title;
|
||||
if (title === 'Sonarr') {
|
||||
document.title = 'Sonarr';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user