mirror of
https://github.com/jeffvli/feishin.git
synced 2024-11-20 06:27:09 +01:00
Rename ownerName to owner_name
This commit is contained in:
parent
e74fa685c6
commit
8605f151c6
@ -353,7 +353,7 @@ export type NDPlaylistListResponse = NDPlaylist[];
|
||||
export enum NDPlaylistListSort {
|
||||
DURATION = 'duration',
|
||||
NAME = 'name',
|
||||
OWNER = 'ownerName',
|
||||
OWNER = 'owner_name',
|
||||
PUBLIC = 'public',
|
||||
SONG_COUNT = 'songCount',
|
||||
UPDATED_AT = 'updatedAt',
|
||||
|
Loading…
Reference in New Issue
Block a user