Fixed some warnings

This commit is contained in:
emeric
2025-01-21 13:42:03 +01:00
parent 8161dbec96
commit c22394bc4a
3 changed files with 3 additions and 3 deletions
@@ -28,7 +28,7 @@
namespace lms::scanner
{
class IFileScanner;
class MediaLibraryInfo;
struct MediaLibraryInfo;
class ScanStepScanFiles : public ScanStepBase
{
@@ -23,7 +23,7 @@
namespace lms::scanner
{
class MediaLibraryInfo;
struct MediaLibraryInfo;
class ScanStepUpdateLibraryFields : public ScanStepBase
{
@@ -26,7 +26,7 @@
namespace lms::api::subsonic
{
class RequestContext;
struct RequestContext;
Response handleGetLyrics(RequestContext& context);
Response handleGetLyricsBySongId(RequestContext& context);