Skip to content

Commit

Permalink
Merge pull request rithik-b#16 from rithik-b/master
Browse files Browse the repository at this point in the history
Version bump and added a cast for Kinsi’s mod
  • Loading branch information
Zingabopp authored Sep 2, 2021
2 parents e40a2bf + 3ecfb8f commit 0c9c683
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ public BeatSaber.IPreviewBeatmapLevel[] BeatmapLevels
playlistSong.RefreshFromSongCore();
}
});
return Songs.Where(s => s.PreviewBeatmapLevel != null).ToArray();
return Songs.Where(s => s.PreviewBeatmapLevel != null).Cast<BeatSaber.IPreviewBeatmapLevel>().ToArray();
}
}

Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<PropertyGroup>
<Authors>Zingabopp</Authors>

<Version>1.4.0</Version>
<Version>1.4.1</Version>
<GameVersion>1.16.0</GameVersion>

<Copyright>Copyright © Zingabopp 2021</Copyright>
Expand Down

0 comments on commit 0c9c683

Please sign in to comment.