mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-12 08:07:10 -07:00
Tags
New: Ability to tag series New: Use tags to control which series use which notification channels
This commit is contained in:
parent
0e436f371b
commit
e82b29e346
29 changed files with 1116 additions and 14 deletions
|
@ -8,6 +8,7 @@ require.config({
|
|||
'handlebars' : 'Shared/Shims/handlebars',
|
||||
'handlebars.helpers' : 'JsLibraries/handlebars.helpers',
|
||||
'bootstrap' : 'JsLibraries/bootstrap',
|
||||
'bootstrap.tagsinput' : 'JsLibraries/bootstrap.tagsinput',
|
||||
'backbone.deepmodel' : 'JsLibraries/backbone.deep.model',
|
||||
'backbone.pageable' : 'JsLibraries/backbone.pageable',
|
||||
'backbone.validation' : 'JsLibraries/backbone.validation',
|
||||
|
@ -70,6 +71,13 @@ require.config({
|
|||
'jquery'
|
||||
]
|
||||
},
|
||||
'bootstrap.tagsinput' : {
|
||||
deps:
|
||||
[
|
||||
'bootstrap',
|
||||
'typeahead'
|
||||
]
|
||||
},
|
||||
backstrech : {
|
||||
deps:
|
||||
[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue