Deezer api 选项流媒体持续时间

Deezer api options streaming duration

我正在获取我的 Deezer 帐户的一些数据。当我试图获取我的 streaming_duration 时,它 returns 0.

此外,Deezer 文档不准确。

有人知道为什么返回 0 吗?这是秒还是分钟?

我的代码如下:

$.ajax({
             url: 'https://api.deezer.com/user/'+userid+'/options?access_token='+access_token,
             success: function(response) {  
                 console.log('Duration '+response.streaming_duration);
      }
      });

Deezer 开发人员通过 e-mail

回答了我

选项 streaming_duration 已弃用。