aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-12-31 14:55:51 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-12-31 14:55:51 -0400
commit2736807f86a03741d6339203c594e0c73a8fafad (patch)
tree2c43579692d9a16e18e6a55a4c486033a49eb130 /doc
parentcbb7f306b8f8f2672ea34b040a0010739f722310 (diff)
repeated addurl behavior reversion fix
addurl: When the file youtube-dl will download is already an annexed file, don't download it again and fail to overwrite it, instead just do nothing, like it used to when quvi was used. This commit was sponsored by Anthony DeRobertis on Patreon.
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/addurl_youtube-dl_behavior_change.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/addurl_youtube-dl_behavior_change.mdwn b/doc/bugs/addurl_youtube-dl_behavior_change.mdwn
index 500ed6391..17455358b 100644
--- a/doc/bugs/addurl_youtube-dl_behavior_change.mdwn
+++ b/doc/bugs/addurl_youtube-dl_behavior_change.mdwn
@@ -15,3 +15,5 @@ show-stopper, but just something I noticed. I generally do "addurl" manually.
> if the local file already exists and already has the url, to get back to
> the old behavior.
> -- [[Joey]]
+
+[[fixed|done]] --[[Joey]]