This commit is contained in:
Aaron Fischer 2021-07-01 22:18:39 +02:00
parent fa7847a380
commit 1147e5fd98
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ type Item struct {
}
func (i Item) ImageURL() string {
return "https://medien.ubitweb.de/bildzentrale_original/" +
return "https://medien.umbreitkatalog.de/bildzentrale_original/" +
i.ISBN[0:3] + "/" +
i.ISBN[3:6] + "/" +
i.ISBN[6:9] + "/" +