feature: Embed Frame Player
This commit is contained in:
@@ -18,4 +18,6 @@ public interface ITrackDataService
|
||||
int pageSize,
|
||||
string? sortColumn = null,
|
||||
bool sortDescending = false);
|
||||
|
||||
Task<ApiResult<TrackDto>> GetTrack(string trackId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user