mirror of
https://github.com/osukey/osukey.git
synced 2025-08-08 00:53:56 +09:00
Fix TestScenePlaylistsScreen
crashing on entering room
This commit is contained in:
@ -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();
|
||||||
|
Reference in New Issue
Block a user