Closed Asteriskx closed 3 years ago
原因 _CurrentlyPlaying = await _spotifyClient?.Player.GetCurrentlyPlaying(new()) Player.GetCurrentlyPlaying はあくまでも再生中でしか Instance を受け渡さないっぽい(クソ仕様👎)
_CurrentlyPlaying = await _spotifyClient?.Player.GetCurrentlyPlaying(new())
対策 検討中
null チェック追加して解決。
原因
_CurrentlyPlaying = await _spotifyClient?.Player.GetCurrentlyPlaying(new())
Player.GetCurrentlyPlaying はあくまでも再生中でしか Instance を受け渡さないっぽい(クソ仕様👎)対策 検討中