pl-fe: separate scrobble query from account query

Signed-off-by: mkljczk <git@mkljczk.pl>
This commit is contained in:
mkljczk
2025-03-15 11:50:32 +01:00
parent b11a2e1db8
commit ca667fe891
7 changed files with 16 additions and 31 deletions

View File

@ -16,7 +16,6 @@ interface Account extends NormalizedAccount {
interface UseAccountOpts {
withRelationship?: boolean;
withScrobble?: boolean;
withMoveTarget?: boolean;
}