mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-07 12:53:00 -05:00
[spotify] Add missing return() in librespot-c channel.c
This commit is contained in:
@@ -224,7 +224,7 @@ channel_seek_internal(struct sp_channel *channel, size_t pos, bool do_flush)
|
||||
int
|
||||
channel_seek(struct sp_channel *channel, size_t pos)
|
||||
{
|
||||
channel_seek_internal(channel, pos, true); // true -> request flush
|
||||
return channel_seek_internal(channel, pos, true); // true -> request flush
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user