mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-09 21:49:48 -05:00
Support for skip_count and time_skipped file metadata
This commit is contained in:
@@ -128,6 +128,8 @@ static struct metadata_map md_map[] =
|
||||
{ "Date Added", PLIST_DATE, mfi_offsetof(time_added) },
|
||||
{ "Play Date", PLIST_UINT, mfi_offsetof(time_played) },
|
||||
{ "Play Count", PLIST_UINT, mfi_offsetof(play_count) },
|
||||
{ "Skip Count", PLIST_UINT, mfi_offsetof(skip_count) },
|
||||
{ "Skip Date", PLIST_DATE, mfi_offsetof(time_skipped) },
|
||||
{ NULL, 0, 0 }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user