Skip to content

Commit

Permalink
library: artist.hot_songs should be a list of BriefSongMOdel (#788)
Browse files Browse the repository at this point in the history
  • Loading branch information
cosven authored Feb 1, 2024
1 parent 2f47c19 commit a4268e4
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 a4268e4

Please sign in to comment.