mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-25 22:55:56 -05:00
Default correct_order to 1
This commit is contained in:
parent
714af4c9ce
commit
7f38e5f6e1
@ -4,7 +4,7 @@ dnl Process this file with autoconf to produce a configure script.
|
||||
AC_INIT(config.h.in)
|
||||
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
AM_INIT_AUTOMAKE(mt-daapd,0.2.1.1)
|
||||
AM_INIT_AUTOMAKE(mt-daapd,svn-1326)
|
||||
|
||||
dnl Checks for programs.
|
||||
AC_PROG_CC
|
||||
|
@ -172,7 +172,7 @@ void daap_handler(WS_CONNINFO *pwsc) {
|
||||
|
||||
memset(pqi,0x00,sizeof(DBQUERYINFO));
|
||||
pqi->zero_length = conf_get_int("daap","empty_strings",0);
|
||||
pqi->correct_order = conf_get_int("scan","correct_order",0);
|
||||
pqi->correct_order = conf_get_int("scan","correct_order",1);
|
||||
pqi->pwsc = pwsc;
|
||||
|
||||
/* we could really pre-parse this to make sure it works */
|
||||
|
Loading…
Reference in New Issue
Block a user