Dennis Daume
Dennis Daume
Hm, not easy for me to solve, since I have nothing in Chinese. Could you explain the "scrambled" part a bit more? Maybe post a screenshot here?
Huh, interesting, I'll see if I can fix this, thanks!
There seems to be a bigger problem: When pressing the play/pause button two times after the playlist has finished, the playback cannot be started for ANY song.
Yeah, that's a false positive. See [here](https://github.com/Squirrel/Squirrel.Windows/issues/218) and [here](https://github.com/atom/atom/issues/3927), other people have the same problem with the installer I'm using
@paulcbetts I'm a poor OSS developer I can't afford one of those :smile:
@paulcbetts I think that's only true for SSL certificates, Code Signing certificates are still super expensive (well, at least it's too expensive for a hobby project that generates no income)
Seems like you can get a free certificate for open source projects from some authorities. Just got mine, so this should be fixed soon!
@paulcbetts Yup, I already know about virustotal, but thanks for the info anyway! On another note, I signed the installer, but Avast still whines that it's malware :crying_cat_face:
I've just looked through the `GetAllKeys` path, and it should correctly select only the keys in the SQLite table: https://github.com/akavache/Akavache/blob/5e94aed82c6caa9e006a0232ded74d3d00bfe9f2/Akavache.Sqlite3/Operations.cs#L454, so it seems like something else is going on here
This may be because there is no index over the Expiration database field, see #285