mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
refactor: removed unused code, unnecessary typecasts and fixed small warnings
This commit is contained in:
parent
270b0ae74e
commit
f6e448c1ba
10 changed files with 8 additions and 162 deletions
|
@ -8,11 +8,6 @@ import (
|
|||
"github.com/deluan/navidrome/model"
|
||||
)
|
||||
|
||||
type property struct {
|
||||
ID string `orm:"pk;column(id)"`
|
||||
Value string
|
||||
}
|
||||
|
||||
type propertyRepository struct {
|
||||
sqlRepository
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue