Comment 4 for bug 1417682

Revision history for this message
Nekhelesh Ramananthan (nik90) wrote :

hmm the code that marks an episode listened automatically is,

if (position >= duration - 120) {
     tx.executeSql("UPDATE Episode SET listened = 1 WHERE guid=?", [currentGuid]);
}

I think the issue is the if logic (position >= duration - 120) that we have here. I will see if I can sneak a fix to this in v0.6 itself.