mirror of
https://github.com/heyarne/airsonic-ui.git
synced 2026-05-06 18:33:38 +02:00
Remove unused :is-booting? from app db
This commit is contained in:
parent
6d9951b3f3
commit
dc6d883d5e
1 changed files with 1 additions and 2 deletions
|
|
@ -1,5 +1,4 @@
|
|||
(ns airsonic-ui.db)
|
||||
|
||||
(def default-db
|
||||
{:is-booting? true
|
||||
:notifications (sorted-map)})
|
||||
{:notifications (sorted-map)})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue