Fix TestScenePlaylistsScreen crashing on entering room

This commit is contained in:
Dean Herbert
2022-01-18 12:15:40 +09:00
parent da9a60a695
commit c3d3c03f0f

View File

@ -2,8 +2,6 @@
// See the LICENCE file in the repository root for full licence text. // See the LICENCE file in the repository root for full licence text.
using NUnit.Framework; using NUnit.Framework;
using osu.Framework.Allocation;
using osu.Game.Overlays;
namespace osu.Game.Tests.Visual.Playlists namespace osu.Game.Tests.Visual.Playlists
{ {
@ -12,9 +10,6 @@ namespace osu.Game.Tests.Visual.Playlists
{ {
protected override bool UseOnlineAPI => true; protected override bool UseOnlineAPI => true;
[Cached]
private MusicController musicController { get; set; } = new MusicController();
public TestScenePlaylistsScreen() public TestScenePlaylistsScreen()
{ {
var multi = new Screens.OnlinePlay.Playlists.Playlists(); var multi = new Screens.OnlinePlay.Playlists.Playlists();