feat: image vault + cover-art API (upload/serve endpoints, ImagePath metadata link)
This commit is contained in:
@@ -14,4 +14,10 @@ public static class VaultConstants
|
||||
/// Vault name for storing waveform loudness profile sidecars, keyed by track EntryKey.
|
||||
/// </summary>
|
||||
public const string WaveformProfiles = "waveform-profiles";
|
||||
|
||||
/// <summary>
|
||||
/// Vault name for storing cover-art images, keyed by a generated entry key referenced
|
||||
/// from <c>TrackEntity.ImagePath</c>.
|
||||
/// </summary>
|
||||
public const string Images = "images";
|
||||
}
|
||||
Reference in New Issue
Block a user