Fixed some warnings
This commit is contained in:
@@ -28,7 +28,7 @@
|
|||||||
namespace lms::scanner
|
namespace lms::scanner
|
||||||
{
|
{
|
||||||
class IFileScanner;
|
class IFileScanner;
|
||||||
class MediaLibraryInfo;
|
struct MediaLibraryInfo;
|
||||||
|
|
||||||
class ScanStepScanFiles : public ScanStepBase
|
class ScanStepScanFiles : public ScanStepBase
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
namespace lms::scanner
|
namespace lms::scanner
|
||||||
{
|
{
|
||||||
class MediaLibraryInfo;
|
struct MediaLibraryInfo;
|
||||||
|
|
||||||
class ScanStepUpdateLibraryFields : public ScanStepBase
|
class ScanStepUpdateLibraryFields : public ScanStepBase
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
namespace lms::api::subsonic
|
namespace lms::api::subsonic
|
||||||
{
|
{
|
||||||
class RequestContext;
|
struct RequestContext;
|
||||||
|
|
||||||
Response handleGetLyrics(RequestContext& context);
|
Response handleGetLyrics(RequestContext& context);
|
||||||
Response handleGetLyricsBySongId(RequestContext& context);
|
Response handleGetLyricsBySongId(RequestContext& context);
|
||||||
|
|||||||
Reference in New Issue
Block a user