mirror of
https://github.com/owntone/owntone-server.git
synced 2025-02-09 04:38:10 -05:00
Reindent data tables, no code changes
This commit is contained in:
parent
a0ec19ada6
commit
42a7715c69
2
src/db.c
2
src/db.c
@ -101,7 +101,7 @@ static struct col_type_map mfi_cols_map[] =
|
||||
{ mfi_offsetof(album_artist), DB_TYPE_STRING },
|
||||
{ mfi_offsetof(media_kind), DB_TYPE_INT },
|
||||
{ mfi_offsetof(tv_series_name), DB_TYPE_STRING },
|
||||
{ mfi_offsetof(tv_episode_num_str),DB_TYPE_STRING },
|
||||
{ mfi_offsetof(tv_episode_num_str), DB_TYPE_STRING },
|
||||
{ mfi_offsetof(tv_network_name), DB_TYPE_STRING },
|
||||
{ mfi_offsetof(tv_episode_sort), DB_TYPE_INT },
|
||||
{ mfi_offsetof(tv_season_num), DB_TYPE_INT },
|
||||
|
Loading…
x
Reference in New Issue
Block a user