Skip to content

Commit

Permalink
Remove highlights from JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
Xwilarg committed Dec 30, 2024
1 parent 1708516 commit 35917d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/common/EuphoniaInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ private static JsonSerializerOptions Option

public class EuphoniaInfo
{
public List<string> Highlight { set; get; } = [];
public Dictionary<string, Playlist> Playlists { set; get; } = [];
public List<Song> Musics { set; get; } = [];
public Dictionary<string, Album> Albums { set; get; } = [];
Expand Down

0 comments on commit 35917d8

Please sign in to comment.