fix: fix formatting, refs NOISSUE
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
public class SongPartialModel
|
||||
{
|
||||
public Song InnerSong { get; set; }
|
||||
public required Song InnerSong { get; set; }
|
||||
|
||||
public string? Artist => InnerSong.Artist;
|
||||
|
||||
|
Reference in New Issue
Block a user