[CHANGE] Fixes library db

This commit is contained in:
max
2025-09-28 18:59:39 +02:00
parent a2a420d596
commit b8d2573d78
3 changed files with 5 additions and 34 deletions

View File

@@ -8,7 +8,6 @@ namespace Manager.App.Services;
public interface ILibraryService
{
public Task<Result> FetchChannelImagesAsync(InnertubeChannel innertubeChannel);
public Task<Result> SaveClientAsync(ClientAccountEntity client, CancellationToken cancellationToken = default);
public Task<Result<LibraryFile>> GetFileByIdAsync(Guid id, CancellationToken cancellationToken = default);
public Task<Result<ChannelEntity>> GetChannelByIdAsync(string id, CancellationToken cancellationToken = default);