add reading tags from pre-cached
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -34,6 +34,7 @@ type TelegramClient interface {
|
||||
// Tagger определяет методы для работы с метаданными аудиофайлов.
|
||||
type Tagger interface {
|
||||
WriteTags(filePath string, coverPath string, info *model.TrackInfo) error
|
||||
ReadMetadata(filePath string) (title, artist string, err error)
|
||||
}
|
||||
|
||||
// FileDownloader определяет метод для скачивания файла.
|
||||
|
||||
Reference in New Issue
Block a user