mirror of
https://github.com/owntone/owntone-server.git
synced 2025-02-13 06:38:10 -05:00
Reindent the dmap_fields table, no code changes
This commit is contained in:
parent
000e13b7ee
commit
403153f64b
@ -304,13 +304,13 @@ static struct dmap_field_map dmap_fields[] =
|
|||||||
{ 0, DMAP_TYPE_BYTE, "aeMk", "com.apple.itunes.mediakind.lower",
|
{ 0, DMAP_TYPE_BYTE, "aeMk", "com.apple.itunes.mediakind.lower",
|
||||||
dbmfi_offsetof(media_kind), -1 },
|
dbmfi_offsetof(media_kind), -1 },
|
||||||
{ 0, DMAP_TYPE_STRING, "aeSN", "com.apple.itunes.series-name",
|
{ 0, DMAP_TYPE_STRING, "aeSN", "com.apple.itunes.series-name",
|
||||||
dbmfi_offsetof(tv_series_name),-1 },
|
dbmfi_offsetof(tv_series_name), -1 },
|
||||||
{ 0, DMAP_TYPE_STRING, "aeNN", "com.apple.itunes.network-name",
|
{ 0, DMAP_TYPE_STRING, "aeNN", "com.apple.itunes.network-name",
|
||||||
dbmfi_offsetof(tv_network_name),-1 },
|
dbmfi_offsetof(tv_network_name), -1 },
|
||||||
{ 0, DMAP_TYPE_STRING, "aeEN", "com.apple.itunes.episode-num-str",
|
{ 0, DMAP_TYPE_STRING, "aeEN", "com.apple.itunes.episode-num-str",
|
||||||
dbmfi_offsetof(tv_episode_num_str),-1 },
|
dbmfi_offsetof(tv_episode_num_str), -1 },
|
||||||
{ 0, DMAP_TYPE_INT, "aeES", "com.apple.itunes.episode-sort",
|
{ 0, DMAP_TYPE_INT, "aeES", "com.apple.itunes.episode-sort",
|
||||||
dbmfi_offsetof(tv_episode_sort),-1 },
|
dbmfi_offsetof(tv_episode_sort), -1 },
|
||||||
{ 0, DMAP_TYPE_INT, "aeSU", "com.apple.itunes.season-num",
|
{ 0, DMAP_TYPE_INT, "aeSU", "com.apple.itunes.season-num",
|
||||||
dbmfi_offsetof(tv_season_num), -1 },
|
dbmfi_offsetof(tv_season_num), -1 },
|
||||||
{ 0, 0, "", NULL,
|
{ 0, 0, "", NULL,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user