mirror of
https://git.sr.ht/~phw/scotty
synced 2025-04-30 21:57:06 +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
|
@ -48,8 +48,8 @@ func (b *JspfBackend) FromConfig(config *viper.Viper) models.Backend {
|
|||
return b
|
||||
}
|
||||
|
||||
func (b *JspfBackend) Init() error { return nil }
|
||||
func (b *JspfBackend) Finish() error {
|
||||
func (b *JspfBackend) StartImport() error { return nil }
|
||||
func (b *JspfBackend) FinishImport() error {
|
||||
err := b.writeJspf(b.tracks)
|
||||
return err
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue