Skip to content

Commit

Permalink
library: artist.hot_songs should be a list of BriefSongMOdel
Browse files Browse the repository at this point in the history
  • Loading branch information
cosven committed Jan 28, 2024
1 parent 95091e8 commit a3eea58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feeluown/library/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ class ArtistModel(BriefArtistModel, BaseNormalModel):
name: str
pic_url: str
aliases: List[str]
hot_songs: List[SongModel]
hot_songs: List[BriefSongModel]
description: str


Expand Down

0 comments on commit a3eea58

Please sign in to comment.