add missing using statement for ApiKeyAuthFilter
Some checks failed
CI / build-and-test (push) Has been cancelled

This commit is contained in:
2026-01-31 20:03:26 -05:00
parent 1afa68064e
commit 74bd64c949

View File

@@ -10,6 +10,7 @@ using allstarr.Services.Local;
using allstarr.Services.Jellyfin; using allstarr.Services.Jellyfin;
using allstarr.Services.Subsonic; using allstarr.Services.Subsonic;
using allstarr.Services.Lyrics; using allstarr.Services.Lyrics;
using allstarr.Filters;
namespace allstarr.Controllers; namespace allstarr.Controllers;