Fix for file namings
This commit is contained in:
@@ -19,4 +19,6 @@ type Client interface {
|
||||
GetLogger() zerolog.Logger
|
||||
GetDownloadingStatus() []string
|
||||
GetDownloads() (map[string]DownloadLinks, error)
|
||||
CheckLink(link string) error
|
||||
GetMountPath() string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user