Add local agent, only for images

This commit is contained in:
Deluan
2022-12-30 23:52:53 -05:00
committed by Deluan Quintão
parent 387acc5f63
commit bf461473ef
15 changed files with 134 additions and 76 deletions
+1 -1
View File
@@ -31,5 +31,5 @@ func (a *emptyIDReader) Key() string {
}
func (a *emptyIDReader) Reader(ctx context.Context) (io.ReadCloser, string, error) {
return selectImageReader(ctx, a.artID, fromPlaceholder())
return selectImageReader(ctx, a.artID, fromAlbumPlaceholder())
}