1
0
Fork 0
mirror of https://github.com/heyarne/airsonic-ui.git synced 2026-05-06 10:23:39 +02:00

Remove unused :is-booting? from app db

This commit is contained in:
Arne Schlüter 2018-08-22 09:41:54 +02:00
commit dc6d883d5e

View file

@ -1,5 +1,4 @@
(ns airsonic-ui.db)
(def default-db
{:is-booting? true
:notifications (sorted-map)})
{:notifications (sorted-map)})