Updated audio image extraction logic. Added caching classes.
This commit is contained in:
9
Harmonia.Core/Caching/IAudioImageCache.cs
Normal file
9
Harmonia.Core/Caching/IAudioImageCache.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using Harmonia.Core.Imaging;
|
||||
using Harmonia.Core.Models;
|
||||
|
||||
namespace Harmonia.Core.Caching;
|
||||
|
||||
public interface IAudioImageCache : ICache<Song, SongPictureInfo>
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user