Use id3_hid rather than taginfo_ready to know if ID3 data is ready
commit5cf60c176952a5bf5eb125e59fe8f6ba357e6ed1
authorNicolas Pennequin <nicolas@nicolas-laptop.(none)>
Thu, 4 Oct 2007 11:26:15 +0000 (4 13:26 +0200)
committerlearman <learman@a1c6a512-1295-4272-9138-f99709370657>
Thu, 25 Oct 2007 19:18:20 +0000 (25 19:18 +0000)
tree71d9d19134000c668d3517af340dce60e32e13fe
parent60267e1fe949a47010dc1e6272de1de661b367aa
Use id3_hid rather than taginfo_ready to know if ID3 data is ready

Testing the negativity of id3_hid is a better way to know whether the
metadata is ready than relying on taginfo_ready which appears to not be
updated correctly ATM.

This makes tracks preloading work correctly !
apps/playback.c