v56

latestSwagger 2.0Apache 2.0raw.githubusercontent.com2026-08-0616186383.8 KB
歌曲管理

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

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"
}