mirror of
https://github.com/Jellify-Music/App.git
synced 2026-04-29 23:19:27 -05:00
set likeoptions
This commit is contained in:
@@ -32,6 +32,14 @@ export const useSetupPlayer = () => useQuery({
|
||||
notificationCapabilities: CAPABILITIES,
|
||||
compactCapabilities: CAPABILITIES,
|
||||
ratingType: RatingType.Heart,
|
||||
likeOptions: {
|
||||
isActive: true,
|
||||
title: "Favorite"
|
||||
},
|
||||
dislikeOptions: {
|
||||
isActive: true,
|
||||
title: "Unfavorite"
|
||||
}
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user