Fix #15
This commit is contained in:
parent
fa7847a380
commit
1147e5fd98
1 changed files with 1 additions and 1 deletions
|
@ -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] + "/" +
|
||||
|
|
Loading…
Reference in a new issue