mirror of
https://github.com/asphyxia-core/plugins.git
synced 2026-09-07 02:35:16 -05:00
Added experimental 'Shared Favorite Songs' option.
This commit is contained in:
10
gitadora@asphyxia/models/favoritemusic.ts
Normal file
10
gitadora@asphyxia/models/favoritemusic.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
export interface FavoriteMusic {
|
||||
collection: 'favoritemusic',
|
||||
|
||||
pluginVer: number;
|
||||
list_1: number[];
|
||||
list_2: number[];
|
||||
list_3: number[];
|
||||
recommend_musicid_list: number[];
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user