feature: Embed Frame Player

This commit is contained in:
daniel-c-harvey
2026-06-06 15:43:09 -04:00
parent d96c41eafb
commit c83b132522
22 changed files with 308 additions and 29 deletions
@@ -18,4 +18,6 @@ public interface ITrackDataService
int pageSize,
string? sortColumn = null,
bool sortDescending = false);
Task<ApiResult<TrackDto>> GetTrack(string trackId);
}