mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-18 23:48:35 +02:00
11 lines
254 B
JavaScript
11 lines
254 B
JavaScript
NzbDrone.Constants = {
|
|
Templates: {
|
|
AppLayout: '#AppLayout',
|
|
QualityProfilesView: '#QualityProfilesView',
|
|
QualityProfileView: '#QualityProfileView'
|
|
},
|
|
|
|
Events: {
|
|
MenuItemSelected: 'MenuItemSelected'
|
|
}
|
|
}; |