A music player that connects to your cloud/distributed storage.
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

Remove unnecessary error message

+2 -8
+2 -8
src/Applications/UI/UserData.elm
··· 189 189 ) 190 190 191 191 Err err -> 192 - err 193 - |> Json.errorToString 194 - |> Notifications.error 195 - |> UI.Notifications.showNotification 196 - { model 197 - | backdrop = { backdrop | chosen = Just UI.Backdrop.default } 198 - } 199 - |> R3.withNoReply 192 + R3.withNothing 193 + { model | backdrop = { backdrop | chosen = Just UI.Backdrop.default } } 200 194 201 195 202 196