Skip to content

Commit

Permalink
delete unused structs
Browse files Browse the repository at this point in the history
  • Loading branch information
LumePart committed Jan 12, 2025
1 parent c5fb463 commit 5ae2caa
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/emby.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,6 @@ type EmbyPaths []struct {
RefreshStatus string `json:"RefreshStatus"`
}

type EmbySearch struct {
SearchHints []SearchHints `json:"SearchHints"`
TotalRecordCount int `json:"TotalRecordCount"`
}
type EmbySearchHints struct {
ItemID string `json:"ItemId"`
ID string `json:"Id"`
Name string `json:"Name"`
Album string `json:"Album"`
AlbumID string `json:"AlbumId"`
AlbumArtist string `json:"AlbumArtist"`
}

type EmbyItemSearch struct {
Items []Items `json:"Items"`
TotalRecordCount int `json:"TotalRecordCount"`
Expand Down

0 comments on commit 5ae2caa

Please sign in to comment.