mirror of
https://github.com/Radarr/Radarr
synced 2025-02-04 22:02:41 +00:00
7 lines
No EOL
185 B
JavaScript
7 lines
No EOL
185 B
JavaScript
$(function () {
|
|
// Legacy support for templating
|
|
utils.loadTemplate(['QualityProfilesView', 'QualityProfileView'],
|
|
function () {
|
|
NzbDrone.App.start();
|
|
});
|
|
}); |