Rename ownerName to owner_name

This commit is contained in:
jeffvli 2024-09-20 18:57:12 -07:00
parent e74fa685c6
commit 8605f151c6

View File

@ -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',