fixes and renaming

This commit is contained in:
Paul Schneider 2026-06-30 23:32:05 +01:00
commit 0965caaf40
8 changed files with 29 additions and 28 deletions

View file

@ -3,7 +3,7 @@ using System.ComponentModel.DataAnnotations;
namespace Yavsc.Models.Musical.Profiles
{
public class GeneralSettings : IUserSettings
public class MusicLoverSettings : IUserSettings
{
public virtual List<MusicalPreference> SoundColor { get; set; }
[Key]