fix: fix formatting, refs NOISSUE

This commit is contained in:
Simon Diesenreiter
2025-06-25 09:48:27 +02:00
parent c0bee8fd3c
commit 4b18003aa8
9 changed files with 20 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
public class SongPartialModel
{
public Song InnerSong { get; set; }
public required Song InnerSong { get; set; }
public string? Artist => InnerSong.Artist;