Clean up AsioStream reader code

This commit is contained in:
badaix 2019-12-01 11:38:55 +01:00
parent 3cb9902bbe
commit a47849a571
8 changed files with 35 additions and 137 deletions

View file

@ -56,7 +56,7 @@ void FileStream::worker()
size_t length = ifs.tellg();
ifs.seekg(0, ifs.beg);
setState(kPlaying);
setState(ReaderState::kPlaying);
while (active_)
{