Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法像 SoundDrop 那样禁用 Spotify 应用程序 api 中的下一个/上一个按钮?
谢谢
当您在没有上下文的情况下播放曲目,或在上下文仅包含一个曲目的情况下播放曲目时,播放控件将被禁用。
SoundDrop 采用第一种方法——它一次只播放一个曲目,没有上下文,并在需要时手动播放下一首曲目。
我设法解决了这个问题。
将上下文设置为只有一个轨道的上下文并不是完整的解决方案,因为我也必须在播放列表上运行一个未记录的函数。
但是在这里看看我的解决方案:
在Spotify中禁用下一个上一个按钮