mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-11 14:07:11 +03:00
update cspot
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
// Copyright (c) Kuba Szczodrzyński 2022-1-15.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "BaseContainer.h"
|
||||
|
||||
class AudioContainers {
|
||||
public:
|
||||
static std::unique_ptr<BaseContainer> create(const char *mimeType);
|
||||
};
|
||||
Reference in New Issue
Block a user