mirror of
https://git.sr.ht/~phw/scotty
synced 2025-04-30 13:47:05 +02:00
Renamed ImportBackend methods to StartImport / FinishImport
This commit is contained in:
parent
14d944c7ad
commit
c13c9175e3
7 changed files with 16 additions and 16 deletions
|
@ -43,8 +43,8 @@ func (b *ListenBrainzApiBackend) FromConfig(config *viper.Viper) models.Backend
|
|||
return b
|
||||
}
|
||||
|
||||
func (b *ListenBrainzApiBackend) Init() error { return nil }
|
||||
func (b *ListenBrainzApiBackend) Finish() error { return nil }
|
||||
func (b *ListenBrainzApiBackend) StartImport() error { return nil }
|
||||
func (b *ListenBrainzApiBackend) FinishImport() error { return nil }
|
||||
|
||||
func (b *ListenBrainzApiBackend) ExportListens(oldestTimestamp time.Time, results chan models.ListensResult, progress chan models.Progress) {
|
||||
startTime := time.Now()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue