mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
add artistrating smart playlist field (#2015)
This commit is contained in:
@@ -87,6 +87,7 @@ export const NDSongQueryFields = [
|
|||||||
{ label: 'Artist Date Rated', type: 'date', value: 'artistdaterated' },
|
{ label: 'Artist Date Rated', type: 'date', value: 'artistdaterated' },
|
||||||
{ label: 'Artist Is Favorite', type: 'boolean', value: 'artistloved' },
|
{ label: 'Artist Is Favorite', type: 'boolean', value: 'artistloved' },
|
||||||
{ label: 'Artist Play Count', type: 'number', value: 'artistplaycount' },
|
{ label: 'Artist Play Count', type: 'number', value: 'artistplaycount' },
|
||||||
|
{ label: 'Artist Rating', type: 'number', value: 'artistrating' },
|
||||||
{ label: 'Artists', type: 'string', value: 'artists' },
|
{ label: 'Artists', type: 'string', value: 'artists' },
|
||||||
{ label: 'ASIN', type: 'string', value: 'asin' },
|
{ label: 'ASIN', type: 'string', value: 'asin' },
|
||||||
{ label: 'Average Rating', type: 'number', value: 'averagerating' },
|
{ label: 'Average Rating', type: 'number', value: 'averagerating' },
|
||||||
|
|||||||
Reference in New Issue
Block a user