mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-26 22:46:53 -04:00
Changed the name in the UI to Radarr.
This commit is contained in:
@@ -16,10 +16,10 @@ module.exports = Marionette.AppRouter.extend({
|
||||
|
||||
setTitle : function(title) {
|
||||
title = title;
|
||||
if (title === 'Sonarr') {
|
||||
document.title = 'Sonarr';
|
||||
if (title === 'Radarr') {
|
||||
document.title = 'Radarr';
|
||||
} else {
|
||||
document.title = title + ' - Sonarr';
|
||||
document.title = title + ' - Radarr';
|
||||
}
|
||||
|
||||
if (window.NzbDrone.Analytics && window.Piwik) {
|
||||
@@ -64,4 +64,4 @@ module.exports = Marionette.AppRouter.extend({
|
||||
AppLayout.mainRegion.show(view);
|
||||
}
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user