* Use containter definitions instead of hard-coding them.

This commit is contained in:
Justin Maggard
2011-02-15 00:37:42 +00:00
parent adeae41293
commit 9327b9fcbd
2 changed files with 14 additions and 14 deletions

View File

@ -169,7 +169,7 @@ retry:
" (OBJECT_ID, PARENT_ID, CLASS, DETAIL_ID, NAME, REF_ID) "
"SELECT"
" '%s$%llX$%d', '%s$%llX', CLASS, DETAIL_ID, NAME, OBJECT_ID from OBJECTS"
" where DETAIL_ID = %lld and OBJECT_ID glob '64$*'",
" where DETAIL_ID = %lld and OBJECT_ID glob '" BROWSEDIR_ID "$*'",
MUSIC_PLIST_ID, plID, plist.track,
MUSIC_PLIST_ID, plID,
detailID);