Adds test data for URI generation

This commit is contained in:
2016-01-14 13:22:09 +01:00
parent 89a975b2e4
commit 01d8e1fabb
3 changed files with 93 additions and 1 deletions

6
bd.go
View File

@@ -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