mirror of
https://gitlab.com/LazyLibrarian/LazyLibrarian.git
synced 2026-02-06 10:47:15 +00:00
Display pages/priority in config rss/wishlist
This commit is contained in:
parent
ef1f6e7343
commit
da3b2a951e
@ -3,7 +3,7 @@
|
||||
import lazylibrarian
|
||||
import logging
|
||||
from lazylibrarian.common import docker
|
||||
from lazylibrarian.config2 import CONFIG
|
||||
from lazylibrarian.config2 import CONFIG, wishlist_type
|
||||
from lazylibrarian.logconfig import LOGCONFIG
|
||||
from lazylibrarian.notifiers import APPRISE_VER
|
||||
from lazylibrarian import MONTHNAMES, SEASONS
|
||||
@ -1565,11 +1565,7 @@
|
||||
</div>
|
||||
<%
|
||||
label = 'Priority'
|
||||
if 'list_rss' in provider['HOST']:
|
||||
label = 'Pages'
|
||||
if '/book/' in provider['HOST']:
|
||||
label = 'Pages'
|
||||
if '/show/' in provider['HOST']:
|
||||
if bool(wishlist_type(provider['HOST'])):
|
||||
label = 'Pages'
|
||||
%>
|
||||
<div class="input-group">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user