findList
This commit is contained in:
parent
1ab2e416bb
commit
a70f0929e6
5 changed files with 170 additions and 19 deletions
|
|
@ -182,6 +182,13 @@ POSTER_PRECEDENCE = (
|
|||
'other'
|
||||
)
|
||||
|
||||
DEFAULT_LISTS = [
|
||||
{"name": "Favorites"},
|
||||
{"name": "1960s", "query": {
|
||||
"conditions": [{"key": "year", "value": "196", "operator": "^"}],
|
||||
"operator": ""}
|
||||
}
|
||||
]
|
||||
#0xdb.org
|
||||
#POSTER_SERVICES=['http://data.0xdb.org/poster/']
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue