use radio icon for image placeholder for radio stations
This commit is contained in:
@@ -264,7 +264,7 @@ func (s *searchResult) Update(result *mediaprovider.SearchResult) {
|
||||
}
|
||||
s.id = result.ID
|
||||
s.contentType = result.Type
|
||||
s.image.CenterIcon = placeholderIconForContentType(result.Type)
|
||||
s.image.PlaceholderIcon = placeholderIconForContentType(result.Type)
|
||||
s.imageLoader.Load(result.CoverID)
|
||||
s.title.SetText(result.Name)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user