Skip to content
Verified Commit 3fbb202c authored by Sven Marquardt's avatar Sven Marquardt
Browse files

Fix Radio streams



Adding Radio stream was broken before this. The issue was a check
against the databaseId for new Radiostreams. The check was against a
predefined value for ulong that was not correct anymore. This change
fixes the assumption about the value of not initialized long values by
using hasDatabaseid. Also introduces some tests so this can not
happen again. Hopefully.

Signed-off-by: default avatarSven Marquardt <dev@mail.smarquardt.space>
parent 422afda6
Pipeline #47589 canceled with stage
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment