Repair nullpointer exception
This commit is contained in:
parent
77c0d60938
commit
0269b61332
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@
|
||||||
(str (:spoiler_text status) "\n\n"))
|
(str (:spoiler_text status) "\n\n"))
|
||||||
(:content status))]
|
(:content status))]
|
||||||
[::xspf/info (-> status :url)]
|
[::xspf/info (-> status :url)]
|
||||||
[::xspf/duration (-> file :meta :original :duration (* 1000) int)]])) statuses)]]))
|
[::xspf/duration (some-> file :meta :original :duration (* 1000) int)]])) statuses)]]))
|
||||||
|
|
||||||
(defn app [req]
|
(defn app [req]
|
||||||
(if (= "/" (:uri req))
|
(if (= "/" (:uri req))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue