mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-10 23:56:43 +02:00
Clean up AsioStream reader code
This commit is contained in:
parent
3cb9902bbe
commit
a47849a571
8 changed files with 35 additions and 137 deletions
|
@ -56,7 +56,7 @@ void FileStream::worker()
|
|||
size_t length = ifs.tellg();
|
||||
ifs.seekg(0, ifs.beg);
|
||||
|
||||
setState(kPlaying);
|
||||
setState(ReaderState::kPlaying);
|
||||
|
||||
while (active_)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue