Remove md5 based file verification on clients

Oskar Vihriälä requested to merge get-rid-of-md5-based-file-verification into main

md5 based file verification on client connect is way too slow

In the future the check for a correct file will be done by reading the flac metadata for raw data hash. This could be fast enough that it could make sense to do it on startup. Then while playing the flac file the flac decoder will realize if the file is corrupt and only then would the client ask for the server to resend the file

Merge request reports