mirror of
https://github.com/owntone/owntone-server.git
synced 2025-02-27 05:19:18 -05:00
[spotify] Add missing return() in librespot-c channel.c
This commit is contained in:
parent
6a0c7db50a
commit
021a53aa64
@ -224,7 +224,7 @@ channel_seek_internal(struct sp_channel *channel, size_t pos, bool do_flush)
|
|||||||
int
|
int
|
||||||
channel_seek(struct sp_channel *channel, size_t pos)
|
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
|
void
|
||||||
|
Loading…
x
Reference in New Issue
Block a user