Fix #446
This commit is contained in:
@@ -694,7 +694,7 @@ func (c *Controller) createShareURL(id string) (*url.URL, error) {
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
log.Printf("error creating share URL: %v", err)
|
log.Printf("error creating share URL: %v", err)
|
||||||
c.showError(
|
c.showError(
|
||||||
"Failed to share content. This commonly occurs when the server does not support sharing," +
|
"Failed to share content. This commonly occurs when the server does not support sharing, " +
|
||||||
"or has the feature disabled.\nPlease check the server's settings and try again.",
|
"or has the feature disabled.\nPlease check the server's settings and try again.",
|
||||||
)
|
)
|
||||||
return nil, err
|
return nil, err
|
||||||
|
|||||||
Reference in New Issue
Block a user