mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-25 14:45:55 -05:00
add handler for case_insensitive
This commit is contained in:
parent
8f1c77f4df
commit
d64fe731eb
@ -134,6 +134,8 @@ static CONF_ELEMENTS conf_elements[] = {
|
||||
{ 0, 0, CONF_T_INT,"scanning","ignore_appledouble" },
|
||||
{ 0, 0, CONF_T_INT,"scanning","ignore_dotfiles" },
|
||||
{ 0, 0, CONF_T_INT,"scanning","concat_compilations" },
|
||||
{ 0, 0, CONF_T_INT,"scanning","case_sensitive" },
|
||||
{ 0, 0, CONF_T_INT,"scan","correct_order" },
|
||||
{ 0, 0, CONF_T_INT, NULL, NULL }
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user