mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 01:54:42 +01:00
fixes #273 - Marking/unmarking Favorite status doesn't cause a library changed notification
This commit is contained in:
@@ -340,7 +340,8 @@ namespace MediaBrowser.Server.Implementations.Dto
|
||||
PlayCount = data.PlayCount,
|
||||
Rating = data.Rating,
|
||||
Played = data.Played,
|
||||
LastPlayedDate = data.LastPlayedDate
|
||||
LastPlayedDate = data.LastPlayedDate,
|
||||
Key = data.Key
|
||||
};
|
||||
}
|
||||
private void SetBookProperties(BaseItemDto dto, Book item)
|
||||
|
||||
Reference in New Issue
Block a user