Files
ersatztv/ErsatzTV.Core/Api/Libraries/LibraryScanStatusResponseModel.cs
T
timothyandClaude Fable 5 46320a1794 wip: partial implementation salvaged from interrupted workflow run
Untrusted draft — no build/test had run yet. Review before building on it.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-02 21:27:38 +02:00

4 lines
118 B
C#

namespace ErsatzTV.Core.Api.Libraries;
public record LibraryScanStatusResponseModel(int LibraryId, decimal Percent);