mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-20 09:56:09 -05:00
Make the player able to stream from pipes
This commit is contained in:
@@ -35,7 +35,8 @@ enum repeat_mode {
|
||||
|
||||
enum source_type {
|
||||
SOURCE_FFMPEG = 0,
|
||||
SOURCE_SPOTIFY = 1,
|
||||
SOURCE_SPOTIFY,
|
||||
SOURCE_PIPE,
|
||||
};
|
||||
|
||||
struct spk_flags {
|
||||
|
||||
Reference in New Issue
Block a user