Also order tag reader to ensure format properties are known before transcoding
This commit is contained in:
parent
bd0b5b2d26
commit
09f7753e9f
@ -40,7 +40,8 @@ updateTags() {
|
|||||||
CAST(source_files.last_change AS TEXT)
|
CAST(source_files.last_change AS TEXT)
|
||||||
OR ('"$tagreaderclause"')
|
OR ('"$tagreaderclause"')
|
||||||
)
|
)
|
||||||
AND mime_type_actions.action = 1' >&3
|
AND mime_type_actions.action = 1
|
||||||
|
ORDER BY source_files.id' >&3
|
||||||
(( maxbatch )) && echo "LIMIT $maxbatch" >&3
|
(( maxbatch )) && echo "LIMIT $maxbatch" >&3
|
||||||
echo '
|
echo '
|
||||||
;
|
;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user