feat(subsonic): browse endpoints — getArtists/getAlbum/search3/… (#295) #8

Merged
bvandeusen merged 262 commits from dev into main 2026-04-19 15:13:13 -04:00
Showing only changes of commit 25a66f7d2e - Show all commits
+8
View File
@@ -11,3 +11,11 @@ naming:
FunctionNaming:
ignoreAnnotated:
- "Composable"
complexity:
# Room DAO interfaces accumulate one method per query and naturally
# exceed the default 11-function threshold. The rule still applies to
# non-DAO interfaces where >11 methods IS a smell worth flagging.
TooManyFunctions:
ignoreAnnotated:
- "Dao"