Skip to content

Commit

Permalink
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -8,6 +8,10 @@ A plugin for customizing the in-game song browser.
![Alt text](/Screenshot.png?raw=true "Screenshot")

## Features
- Playlist!
- BeatDrop playlists!
- Search: BeatSaber_InstallationFolder/Playlists
- Search: BeatDrop Playlist Folder
- Folders! Organize your songs into folders.
- Marking a song as favorite!
- Currently supports these sorting methods:
2 changes: 1 addition & 1 deletion SongBrowserPlugin/Logger.cs
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ public enum LogLevel
public class Logger
{
private string loggerName;
private LogLevel _LogLevel = LogLevel.Trace;
private LogLevel _LogLevel = LogLevel.Info;
private ConsoleColor _defaultFgColor;

public Logger(string _name)

0 comments on commit 10d2703

Please sign in to comment.