From aca40dde0c02a1d9472bc40a23f4671b33d8b57c Mon Sep 17 00:00:00 2001 From: Calvin Montgomery Date: Fri, 15 Jun 2018 20:33:55 -0700 Subject: [PATCH] Add note about unsupported filetypes --- package.json | 2 +- www/js/util.js | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a35f4cb1..87ef2b12 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Calvin Montgomery", "name": "CyTube", "description": "Online media synchronizer and chat", - "version": "3.56.1", + "version": "3.56.2", "repository": { "url": "http://github.com/calzoneman/sync" }, diff --git a/www/js/util.js b/www/js/util.js index ccb29493..2729e863 100644 --- a/www/js/util.js +++ b/www/js/util.js @@ -1451,7 +1451,9 @@ function parseMediaLink(url) { Callbacks.queueFail({ link: url, msg: "The file you are attempting to queue does not match the supported " + - "file extensions mp4, flv, webm, ogg, ogv, mp3, mov, m4a." + "file extensions mp4, flv, webm, ogg, ogv, mp3, mov, m4a. " + + "For more information about why other filetypes are not supported, " + + "see https://git.io/va9g9" }); // Lol I forgot about this hack throw new Error("ERROR_QUEUE_UNSUPPORTED_EXTENSION");