mirror of
https://github.com/gabehf/sonarr-anime-importer.git
synced 2026-03-13 17:30:26 -07:00
log app version on startup
This commit is contained in:
parent
b893d6c1b3
commit
62aa7ce06f
1 changed files with 1 additions and 0 deletions
1
main.go
1
main.go
|
|
@ -37,6 +37,7 @@ func (m *ConcurrentMap) Get(i int) int {
|
|||
var lastBuiltAnimeIdList time.Time
|
||||
|
||||
func main() {
|
||||
log.Println("sonarr-mal-importer v0.0.5")
|
||||
log.Println("Building Anime ID Associations...")
|
||||
var malToTvdb = new(ConcurrentMap)
|
||||
buildIdMap(malToTvdb)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue