feat: set path as ID if it's empty
This commit is contained in:
@ -26,3 +26,7 @@ type URL interface {
|
||||
type Thumbnail interface {
|
||||
Thumbnail() string
|
||||
}
|
||||
|
||||
type SetID interface {
|
||||
SetID(id string)
|
||||
}
|
||||
|
Reference in New Issue
Block a user