mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 21:17:37 +03:00
fix: typo
This commit is contained in:
parent
f1af646cee
commit
0e36ed35a3
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ func (s *SQLStore) Resource(ctx context.Context, m interface{}) model.ResourceRe
|
||||||
case model.MediaFile:
|
case model.MediaFile:
|
||||||
return s.MediaFile(ctx).(model.ResourceRepository)
|
return s.MediaFile(ctx).(model.ResourceRepository)
|
||||||
}
|
}
|
||||||
log.Error("Resource no implemented", "model", reflect.TypeOf(m).Name())
|
log.Error("Resource not implemented", "model", reflect.TypeOf(m).Name())
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue