Adds test data for URI generation
This commit is contained in:
6
bd.go
6
bd.go
@@ -22,7 +22,7 @@ type Album struct {
|
||||
ISBN string
|
||||
Series string
|
||||
Title string
|
||||
Num uint
|
||||
Num int
|
||||
NumA string
|
||||
State AlbumState
|
||||
|
||||
@@ -35,6 +35,10 @@ type Album struct {
|
||||
PrintDate time.Time
|
||||
}
|
||||
|
||||
func (*Album) GetBedethequeComURI() string {
|
||||
return ""
|
||||
}
|
||||
|
||||
// An AlbumDescription is a more complete BD description
|
||||
//
|
||||
// It holds data that can be fetched from bedetheque.com
|
||||
|
||||
Reference in New Issue
Block a user