歌曲管理

更新网络歌曲标题来源配置

tag:元数据刷新时用音频标签覆盖标题;filename(默认):保持文件名作为标题,不覆盖。

put/settings/remote-title-source

Request body

title_source'tag' | 'filename'

Example request

{
  "title_source": "filename"
}

Response

返回 title_source 字段

title_source'tag' | 'filename'

Example response

{
  "title_source": "filename"
}

Changes

No recorded changes to this endpoint across all 79 revisions of this API.