diff --git a/src/app/channel/activeChannel.js b/src/app/channel/activeChannel.js
index 2627fa3..8c8374a 100644
--- a/src/app/channel/activeChannel.js
+++ b/src/app/channel/activeChannel.js
@@ -60,8 +60,8 @@ class activeChannel{
/**
* Child Playlist Handler Object
*/
- this.playlistHandler = new playlistHandler(server, chanDB, this);
-
+ this.playlistHandler = new playlistHandler(server, this);
+
/**
* Child Chat Buffer Object
*/
diff --git a/src/app/channel/media/playlistHandler.js b/src/app/channel/media/playlistHandler.js
index 9345590..ea99575 100644
--- a/src/app/channel/media/playlistHandler.js
+++ b/src/app/channel/media/playlistHandler.js
@@ -163,6 +163,8 @@ class playlistHandler{
}
//The UUID is only validated, not processed so we just return the new time :P
+ console.log(this.channel)
+ console.log(this.channel.queue);
return this.channel.queue.getStart(data.start)
}
diff --git a/www/doc/client/addURLPopup.html b/www/doc/client/addURLPopup.html
index e6104d1..51f27f7 100644
--- a/www/doc/client/addURLPopup.html
+++ b/www/doc/client/addURLPopup.html
@@ -875,7 +875,7 @@
diff --git a/www/doc/client/cPanel.html b/www/doc/client/cPanel.html
index 19062d4..0b8d796 100644
--- a/www/doc/client/cPanel.html
+++ b/www/doc/client/cPanel.html
@@ -2602,7 +2602,7 @@
diff --git a/www/doc/client/channel.html b/www/doc/client/channel.html
index 9263f28..bb5095f 100644
--- a/www/doc/client/channel.html
+++ b/www/doc/client/channel.html
@@ -1254,7 +1254,7 @@
diff --git a/www/doc/client/channel.js.html b/www/doc/client/channel.js.html
index 5c0f5d9..9ab6731 100644
--- a/www/doc/client/channel.js.html
+++ b/www/doc/client/channel.js.html
@@ -289,7 +289,7 @@ const client = new channel();
diff --git a/www/doc/client/chat.js.html b/www/doc/client/chat.js.html
index 5f67aa8..6612026 100644
--- a/www/doc/client/chat.js.html
+++ b/www/doc/client/chat.js.html
@@ -662,7 +662,7 @@ L /**
diff --git a/www/doc/client/chatBox.html b/www/doc/client/chatBox.html
index 1f8d8ba..f94df2a 100644
--- a/www/doc/client/chatBox.html
+++ b/www/doc/client/chatBox.html
@@ -4650,7 +4650,7 @@ Also prevents horizontal scroll-bars from chat/window resizing
diff --git a/www/doc/client/chatPostprocessor.html b/www/doc/client/chatPostprocessor.html
index be966ee..54135f1 100644
--- a/www/doc/client/chatPostprocessor.html
+++ b/www/doc/client/chatPostprocessor.html
@@ -1794,7 +1794,7 @@ Internal command used by several text filters to prevent code re-writes
diff --git a/www/doc/client/chatPostprocessor.js.html b/www/doc/client/chatPostprocessor.js.html
index d30e3b0..7b0a078 100644
--- a/www/doc/client/chatPostprocessor.js.html
+++ b/www/doc/client/chatPostprocessor.js.html
@@ -671,7 +671,7 @@ class chatPostprocessor{
diff --git a/www/doc/client/clearPopup.html b/www/doc/client/clearPopup.html
index 6e4a31f..3c4beb8 100644
--- a/www/doc/client/clearPopup.html
+++ b/www/doc/client/clearPopup.html
@@ -790,7 +790,7 @@
diff --git a/www/doc/client/commandPreprocessor.html b/www/doc/client/commandPreprocessor.html
index ac91717..8041920 100644
--- a/www/doc/client/commandPreprocessor.html
+++ b/www/doc/client/commandPreprocessor.html
@@ -1912,7 +1912,7 @@
diff --git a/www/doc/client/commandPreprocessor.js.html b/www/doc/client/commandPreprocessor.js.html
index 0db8cb4..a5f79b1 100644
--- a/www/doc/client/commandPreprocessor.js.html
+++ b/www/doc/client/commandPreprocessor.js.html
@@ -371,7 +371,7 @@ class commandProcessor{
diff --git a/www/doc/client/commandProcessor.html b/www/doc/client/commandProcessor.html
index cdc04ad..5b5a9d2 100644
--- a/www/doc/client/commandProcessor.html
+++ b/www/doc/client/commandProcessor.html
@@ -421,7 +421,7 @@
diff --git a/www/doc/client/cpanel.js.html b/www/doc/client/cpanel.js.html
index 5700081..b3f8e3f 100644
--- a/www/doc/client/cpanel.js.html
+++ b/www/doc/client/cpanel.js.html
@@ -515,7 +515,7 @@ class poppedPanel{
diff --git a/www/doc/client/defaultTitlesPopup.html b/www/doc/client/defaultTitlesPopup.html
index 84cd14a..6308448 100644
--- a/www/doc/client/defaultTitlesPopup.html
+++ b/www/doc/client/defaultTitlesPopup.html
@@ -960,7 +960,7 @@
diff --git a/www/doc/client/emotePanel.html b/www/doc/client/emotePanel.html
index 34fc44d..1b537af 100644
--- a/www/doc/client/emotePanel.html
+++ b/www/doc/client/emotePanel.html
@@ -2249,7 +2249,7 @@
diff --git a/www/doc/client/global.html b/www/doc/client/global.html
index 1a922e3..5169fca 100644
--- a/www/doc/client/global.html
+++ b/www/doc/client/global.html
@@ -208,7 +208,7 @@
diff --git a/www/doc/client/hlsBase.html b/www/doc/client/hlsBase.html
index 6081ec1..1c7ed70 100644
--- a/www/doc/client/hlsBase.html
+++ b/www/doc/client/hlsBase.html
@@ -2919,7 +2919,7 @@
diff --git a/www/doc/client/hlsLiveStreamHandler.html b/www/doc/client/hlsLiveStreamHandler.html
index f416f08..0e2ac0e 100644
--- a/www/doc/client/hlsLiveStreamHandler.html
+++ b/www/doc/client/hlsLiveStreamHandler.html
@@ -2896,7 +2896,7 @@
diff --git a/www/doc/client/index.html b/www/doc/client/index.html
index b6270c1..0ef492d 100644
--- a/www/doc/client/index.html
+++ b/www/doc/client/index.html
@@ -87,7 +87,7 @@ This new codebase intends to solve the following issues with the current CyTube
diff --git a/www/doc/client/mediaHandler.html b/www/doc/client/mediaHandler.html
index cdd3857..c5d957d 100644
--- a/www/doc/client/mediaHandler.html
+++ b/www/doc/client/mediaHandler.html
@@ -2701,7 +2701,7 @@
diff --git a/www/doc/client/mediaHandler.js.html b/www/doc/client/mediaHandler.js.html
index 86f2176..61488f0 100644
--- a/www/doc/client/mediaHandler.js.html
+++ b/www/doc/client/mediaHandler.js.html
@@ -835,7 +835,7 @@ class hlsLiveStreamHandler extends hlsBase{
diff --git a/www/doc/client/newPlaylistPopup.html b/www/doc/client/newPlaylistPopup.html
index 238d33b..fcec253 100644
--- a/www/doc/client/newPlaylistPopup.html
+++ b/www/doc/client/newPlaylistPopup.html
@@ -705,7 +705,7 @@
diff --git a/www/doc/client/nullHandler.html b/www/doc/client/nullHandler.html
index 2dfa74c..f62ac7a 100644
--- a/www/doc/client/nullHandler.html
+++ b/www/doc/client/nullHandler.html
@@ -2873,7 +2873,7 @@
diff --git a/www/doc/client/panelObj.html b/www/doc/client/panelObj.html
index 532c441..72febfa 100644
--- a/www/doc/client/panelObj.html
+++ b/www/doc/client/panelObj.html
@@ -909,7 +909,7 @@
diff --git a/www/doc/client/panels_emotePanel.js.html b/www/doc/client/panels_emotePanel.js.html
index 0fb1aa4..908994f 100644
--- a/www/doc/client/panels_emotePanel.js.html
+++ b/www/doc/client/panels_emotePanel.js.html
@@ -353,7 +353,7 @@ class emotePanel extends panelObj{
diff --git a/www/doc/client/panels_queuePanel_playlistManager.js.html b/www/doc/client/panels_queuePanel_playlistManager.js.html
index 5607115..ebe2bd2 100644
--- a/www/doc/client/panels_queuePanel_playlistManager.js.html
+++ b/www/doc/client/panels_queuePanel_playlistManager.js.html
@@ -983,7 +983,7 @@ class renamePopup{
diff --git a/www/doc/client/panels_queuePanel_queuePanel.js.html b/www/doc/client/panels_queuePanel_queuePanel.js.html
index da15fb4..25475d3 100644
--- a/www/doc/client/panels_queuePanel_queuePanel.js.html
+++ b/www/doc/client/panels_queuePanel_queuePanel.js.html
@@ -1679,7 +1679,7 @@ class clearPopup{
diff --git a/www/doc/client/panels_settingsPanel.js.html b/www/doc/client/panels_settingsPanel.js.html
index 6762a8d..0d8b2df 100644
--- a/www/doc/client/panels_settingsPanel.js.html
+++ b/www/doc/client/panels_settingsPanel.js.html
@@ -103,7 +103,7 @@ class settingsPanel extends panelObj{
diff --git a/www/doc/client/player.html b/www/doc/client/player.html
index c72854b..484e817 100644
--- a/www/doc/client/player.html
+++ b/www/doc/client/player.html
@@ -3374,7 +3374,7 @@ Might seem weird to keep this here instead of the HLS handler, but remember we m
diff --git a/www/doc/client/player.js.html b/www/doc/client/player.js.html
index 2358ef6..209e834 100644
--- a/www/doc/client/player.js.html
+++ b/www/doc/client/player.js.html
@@ -474,7 +474,7 @@ class player{
diff --git a/www/doc/client/playlistManager.html b/www/doc/client/playlistManager.html
index 3881d82..d57f75b 100644
--- a/www/doc/client/playlistManager.html
+++ b/www/doc/client/playlistManager.html
@@ -3631,7 +3631,7 @@
diff --git a/www/doc/client/poppedPanel.html b/www/doc/client/poppedPanel.html
index 743f9d8..8fce52e 100644
--- a/www/doc/client/poppedPanel.html
+++ b/www/doc/client/poppedPanel.html
@@ -1442,7 +1442,7 @@
diff --git a/www/doc/client/queuePanel.html b/www/doc/client/queuePanel.html
index 12d0ad8..6af4a55 100644
--- a/www/doc/client/queuePanel.html
+++ b/www/doc/client/queuePanel.html
@@ -5313,7 +5313,7 @@
diff --git a/www/doc/client/rawFileBase.html b/www/doc/client/rawFileBase.html
index 7a4231e..19cc67e 100644
--- a/www/doc/client/rawFileBase.html
+++ b/www/doc/client/rawFileBase.html
@@ -2914,7 +2914,7 @@
diff --git a/www/doc/client/rawFileHandler.html b/www/doc/client/rawFileHandler.html
index 2c6d1fe..374ea2c 100644
--- a/www/doc/client/rawFileHandler.html
+++ b/www/doc/client/rawFileHandler.html
@@ -2896,7 +2896,7 @@
diff --git a/www/doc/client/renamePopup.html b/www/doc/client/renamePopup.html
index ae15123..23f1dc4 100644
--- a/www/doc/client/renamePopup.html
+++ b/www/doc/client/renamePopup.html
@@ -875,7 +875,7 @@
diff --git a/www/doc/client/reschedulePopup.html b/www/doc/client/reschedulePopup.html
index 5a9562d..485b22a 100644
--- a/www/doc/client/reschedulePopup.html
+++ b/www/doc/client/reschedulePopup.html
@@ -1050,7 +1050,7 @@
diff --git a/www/doc/client/schedulePopup.html b/www/doc/client/schedulePopup.html
index 551ec2c..da59dcd 100644
--- a/www/doc/client/schedulePopup.html
+++ b/www/doc/client/schedulePopup.html
@@ -960,7 +960,7 @@
diff --git a/www/doc/client/settingsPanel.html b/www/doc/client/settingsPanel.html
index 96c0fbb..382b6bb 100644
--- a/www/doc/client/settingsPanel.html
+++ b/www/doc/client/settingsPanel.html
@@ -1156,7 +1156,7 @@
diff --git a/www/doc/client/userList.html b/www/doc/client/userList.html
index 38fa33f..cf2fe33 100644
--- a/www/doc/client/userList.html
+++ b/www/doc/client/userList.html
@@ -1191,7 +1191,7 @@
diff --git a/www/doc/client/userlist.js.html b/www/doc/client/userlist.js.html
index 0de2826..bbc7b8b 100644
--- a/www/doc/client/userlist.js.html
+++ b/www/doc/client/userlist.js.html
@@ -252,7 +252,7 @@ class userList{
diff --git a/www/doc/client/youtubeEmbedHandler.html b/www/doc/client/youtubeEmbedHandler.html
index dfcadfb..0c650ab 100644
--- a/www/doc/client/youtubeEmbedHandler.html
+++ b/www/doc/client/youtubeEmbedHandler.html
@@ -2891,7 +2891,7 @@
diff --git a/www/doc/server/activeChannel.html b/www/doc/server/activeChannel.html
index ae4c046..2bf65ea 100644
--- a/www/doc/server/activeChannel.html
+++ b/www/doc/server/activeChannel.html
@@ -1224,7 +1224,7 @@
diff --git a/www/doc/server/app_channel_activeChannel.js.html b/www/doc/server/app_channel_activeChannel.js.html
index 36ac21f..41a447d 100644
--- a/www/doc/server/app_channel_activeChannel.js.html
+++ b/www/doc/server/app_channel_activeChannel.js.html
@@ -88,8 +88,8 @@ class activeChannel{
/**
* Child Playlist Handler Object
*/
- this.playlistHandler = new playlistHandler(server, chanDB, this);
-
+ this.playlistHandler = new playlistHandler(server, this);
+
/**
* Child Chat Buffer Object
*/
@@ -221,7 +221,7 @@ module.exports = activeChannel;
diff --git a/www/doc/server/app_channel_channelManager.js.html b/www/doc/server/app_channel_channelManager.js.html
index 0f89896..f6d45d2 100644
--- a/www/doc/server/app_channel_channelManager.js.html
+++ b/www/doc/server/app_channel_channelManager.js.html
@@ -352,7 +352,7 @@ module.exports = channelManager;
diff --git a/www/doc/server/app_channel_chat.js.html b/www/doc/server/app_channel_chat.js.html
index 0523137..2f4247b 100644
--- a/www/doc/server/app_channel_chat.js.html
+++ b/www/doc/server/app_channel_chat.js.html
@@ -104,7 +104,7 @@ module.exports = chat;
diff --git a/www/doc/server/app_channel_chatBuffer.js.html b/www/doc/server/app_channel_chatBuffer.js.html
index c308556..b0fc95a 100644
--- a/www/doc/server/app_channel_chatBuffer.js.html
+++ b/www/doc/server/app_channel_chatBuffer.js.html
@@ -200,7 +200,7 @@ module.exports = chatBuffer;
diff --git a/www/doc/server/app_channel_chatHandler.js.html b/www/doc/server/app_channel_chatHandler.js.html
index 61e138b..4f148df 100644
--- a/www/doc/server/app_channel_chatHandler.js.html
+++ b/www/doc/server/app_channel_chatHandler.js.html
@@ -384,7 +384,7 @@ module.exports = chatHandler;
diff --git a/www/doc/server/app_channel_commandPreprocessor.js.html b/www/doc/server/app_channel_commandPreprocessor.js.html
index ec3ce09..3c71341 100644
--- a/www/doc/server/app_channel_commandPreprocessor.js.html
+++ b/www/doc/server/app_channel_commandPreprocessor.js.html
@@ -488,7 +488,7 @@ module.exports = commandPreprocessor;
diff --git a/www/doc/server/app_channel_connectedUser.js.html b/www/doc/server/app_channel_connectedUser.js.html
index e2681db..99ed2cb 100644
--- a/www/doc/server/app_channel_connectedUser.js.html
+++ b/www/doc/server/app_channel_connectedUser.js.html
@@ -366,7 +366,7 @@ module.exports = connectedUser;
diff --git a/www/doc/server/app_channel_media_media.js.html b/www/doc/server/app_channel_media_media.js.html
index 9d013e6..a240911 100644
--- a/www/doc/server/app_channel_media_media.js.html
+++ b/www/doc/server/app_channel_media_media.js.html
@@ -110,7 +110,7 @@ module.exports = media;
diff --git a/www/doc/server/app_channel_media_playlistHandler.js.html b/www/doc/server/app_channel_media_playlistHandler.js.html
index 7bde234..1baecc9 100644
--- a/www/doc/server/app_channel_media_playlistHandler.js.html
+++ b/www/doc/server/app_channel_media_playlistHandler.js.html
@@ -191,6 +191,8 @@ class playlistHandler{
}
//The UUID is only validated, not processed so we just return the new time :P
+ console.log(this.channel)
+ console.log(this.channel.queue);
return this.channel.queue.getStart(data.start)
}
@@ -1185,7 +1187,7 @@ module.exports = playlistHandler;
diff --git a/www/doc/server/app_channel_media_queue.js.html b/www/doc/server/app_channel_media_queue.js.html
index 48e21d0..54971f7 100644
--- a/www/doc/server/app_channel_media_queue.js.html
+++ b/www/doc/server/app_channel_media_queue.js.html
@@ -1824,7 +1824,7 @@ module.exports = queue;
diff --git a/www/doc/server/app_channel_media_queuedMedia.js.html b/www/doc/server/app_channel_media_queuedMedia.js.html
index 10fbf45..c1411cf 100644
--- a/www/doc/server/app_channel_media_queuedMedia.js.html
+++ b/www/doc/server/app_channel_media_queuedMedia.js.html
@@ -180,7 +180,7 @@ module.exports = queuedMedia;
diff --git a/www/doc/server/app_channel_tokebot.js.html b/www/doc/server/app_channel_tokebot.js.html
index b9ddf53..844cdd9 100644
--- a/www/doc/server/app_channel_tokebot.js.html
+++ b/www/doc/server/app_channel_tokebot.js.html
@@ -299,7 +299,7 @@ module.exports = tokebot;
diff --git a/www/doc/server/channelManager.html b/www/doc/server/channelManager.html
index 92ec556..36d0fc7 100644
--- a/www/doc/server/channelManager.html
+++ b/www/doc/server/channelManager.html
@@ -2181,7 +2181,7 @@
diff --git a/www/doc/server/chat.html b/www/doc/server/chat.html
index c899ba0..8ad5a67 100644
--- a/www/doc/server/chat.html
+++ b/www/doc/server/chat.html
@@ -705,7 +705,7 @@
diff --git a/www/doc/server/chatBuffer.html b/www/doc/server/chatBuffer.html
index 3e36519..371e83c 100644
--- a/www/doc/server/chatBuffer.html
+++ b/www/doc/server/chatBuffer.html
@@ -1329,7 +1329,7 @@ Left here since it seems like good form anywho, since this would be a private, o
diff --git a/www/doc/server/chatHandler.html b/www/doc/server/chatHandler.html
index e80c42f..93217bf 100644
--- a/www/doc/server/chatHandler.html
+++ b/www/doc/server/chatHandler.html
@@ -3876,7 +3876,7 @@
diff --git a/www/doc/server/commandPreprocessor.html b/www/doc/server/commandPreprocessor.html
index 40d41c5..0dfed60 100644
--- a/www/doc/server/commandPreprocessor.html
+++ b/www/doc/server/commandPreprocessor.html
@@ -1498,7 +1498,7 @@ These arrays are used to handle further command/chat processing
diff --git a/www/doc/server/commandProcessor.html b/www/doc/server/commandProcessor.html
index 5dd0ee6..adce35c 100644
--- a/www/doc/server/commandProcessor.html
+++ b/www/doc/server/commandProcessor.html
@@ -1831,7 +1831,7 @@
diff --git a/www/doc/server/connectedUser.html b/www/doc/server/connectedUser.html
index 46f1b8c..ad9588e 100644
--- a/www/doc/server/connectedUser.html
+++ b/www/doc/server/connectedUser.html
@@ -2441,7 +2441,7 @@ Having to crawl through these sockets is that. Because the other ways seem more
diff --git a/www/doc/server/global.html b/www/doc/server/global.html
index be3a8c9..605dadc 100644
--- a/www/doc/server/global.html
+++ b/www/doc/server/global.html
@@ -7377,7 +7377,7 @@ Warns server admin against unsafe config options.
diff --git a/www/doc/server/index.html b/www/doc/server/index.html
index 3237879..c03a523 100644
--- a/www/doc/server/index.html
+++ b/www/doc/server/index.html
@@ -87,7 +87,7 @@ This new codebase intends to solve the following issues with the current CyTube
diff --git a/www/doc/server/media.html b/www/doc/server/media.html
index e5da199..719a0ef 100644
--- a/www/doc/server/media.html
+++ b/www/doc/server/media.html
@@ -790,7 +790,7 @@
diff --git a/www/doc/server/playlistHandler.html b/www/doc/server/playlistHandler.html
index 26c8cb0..955097a 100644
--- a/www/doc/server/playlistHandler.html
+++ b/www/doc/server/playlistHandler.html
@@ -500,7 +500,7 @@
Source:
@@ -865,7 +865,7 @@
Source:
@@ -1048,7 +1048,7 @@
Source:
@@ -1231,7 +1231,7 @@
Source:
@@ -1368,7 +1368,7 @@
Source:
@@ -1573,7 +1573,7 @@
Source:
@@ -1938,7 +1938,7 @@
Source:
@@ -2258,7 +2258,7 @@
Source:
@@ -2441,7 +2441,7 @@
Source:
@@ -2601,7 +2601,7 @@
Source:
@@ -2784,7 +2784,7 @@
Source:
@@ -2967,7 +2967,7 @@
Source:
@@ -3127,7 +3127,7 @@
Source:
@@ -3287,7 +3287,7 @@
Source:
@@ -3470,7 +3470,7 @@
Source:
@@ -3653,7 +3653,7 @@
Source:
@@ -4041,7 +4041,7 @@
Source:
@@ -4224,7 +4224,7 @@
Source:
@@ -4430,7 +4430,7 @@
Source:
@@ -4636,7 +4636,7 @@
Source:
@@ -4819,7 +4819,7 @@
Source:
@@ -4979,7 +4979,7 @@
Source:
@@ -5184,7 +5184,7 @@
Source:
@@ -5236,7 +5236,7 @@
diff --git a/www/doc/server/queue.html b/www/doc/server/queue.html
index 0b25760..937f0d1 100644
--- a/www/doc/server/queue.html
+++ b/www/doc/server/queue.html
@@ -6677,7 +6677,7 @@ Called auto-magically by the Synchronization Timer
diff --git a/www/doc/server/queuedMedia.html b/www/doc/server/queuedMedia.html
index 71aff30..6dcf218 100644
--- a/www/doc/server/queuedMedia.html
+++ b/www/doc/server/queuedMedia.html
@@ -1719,7 +1719,7 @@
diff --git a/www/doc/server/schemas_channel_channelBanSchema.js.html b/www/doc/server/schemas_channel_channelBanSchema.js.html
index 3e4b950..7f94c42 100644
--- a/www/doc/server/schemas_channel_channelBanSchema.js.html
+++ b/www/doc/server/schemas_channel_channelBanSchema.js.html
@@ -101,7 +101,7 @@ module.exports = channelBanSchema;
diff --git a/www/doc/server/schemas_channel_channelPermissionSchema.js.html b/www/doc/server/schemas_channel_channelPermissionSchema.js.html
index cf71747..2a2ccde 100644
--- a/www/doc/server/schemas_channel_channelPermissionSchema.js.html
+++ b/www/doc/server/schemas_channel_channelPermissionSchema.js.html
@@ -169,7 +169,7 @@ module.exports = channelPermissionSchema;
diff --git a/www/doc/server/schemas_channel_channelSchema.js.html b/www/doc/server/schemas_channel_channelSchema.js.html
index 1e5c01a..3e7466c 100644
--- a/www/doc/server/schemas_channel_channelSchema.js.html
+++ b/www/doc/server/schemas_channel_channelSchema.js.html
@@ -934,7 +934,7 @@ module.exports = mongoose.model("channel", channelSchema);
diff --git a/www/doc/server/schemas_channel_chatSchema.js.html b/www/doc/server/schemas_channel_chatSchema.js.html
index b557c8e..3251a3b 100644
--- a/www/doc/server/schemas_channel_chatSchema.js.html
+++ b/www/doc/server/schemas_channel_chatSchema.js.html
@@ -96,7 +96,7 @@ module.exports = chatSchema;
diff --git a/www/doc/server/schemas_channel_media_mediaSchema.js.html b/www/doc/server/schemas_channel_media_mediaSchema.js.html
index 57f659a..24d9936 100644
--- a/www/doc/server/schemas_channel_media_mediaSchema.js.html
+++ b/www/doc/server/schemas_channel_media_mediaSchema.js.html
@@ -96,7 +96,7 @@ module.exports = mediaSchema;
diff --git a/www/doc/server/schemas_channel_media_playlistMediaSchema.js.html b/www/doc/server/schemas_channel_media_playlistMediaSchema.js.html
index 9251f83..044e188 100644
--- a/www/doc/server/schemas_channel_media_playlistMediaSchema.js.html
+++ b/www/doc/server/schemas_channel_media_playlistMediaSchema.js.html
@@ -124,7 +124,7 @@ module.exports = mediaSchema.discriminator('saved', playlistMediaProperties);
diff --git a/www/doc/server/schemas_channel_media_playlistSchema.js.html b/www/doc/server/schemas_channel_media_playlistSchema.js.html
index a96f843..7cf83c3 100644
--- a/www/doc/server/schemas_channel_media_playlistSchema.js.html
+++ b/www/doc/server/schemas_channel_media_playlistSchema.js.html
@@ -174,7 +174,7 @@ module.exports = playlistSchema;
diff --git a/www/doc/server/schemas_channel_media_queuedMediaSchema.js.html b/www/doc/server/schemas_channel_media_queuedMediaSchema.js.html
index 72b130a..5274632 100644
--- a/www/doc/server/schemas_channel_media_queuedMediaSchema.js.html
+++ b/www/doc/server/schemas_channel_media_queuedMediaSchema.js.html
@@ -113,7 +113,7 @@ module.exports = mediaSchema.discriminator('queued', queuedProperties);
diff --git a/www/doc/server/schemas_emoteSchema.js.html b/www/doc/server/schemas_emoteSchema.js.html
index 290a7a5..d72246b 100644
--- a/www/doc/server/schemas_emoteSchema.js.html
+++ b/www/doc/server/schemas_emoteSchema.js.html
@@ -164,7 +164,7 @@ module.exports = mongoose.model("emote", emoteSchema);
diff --git a/www/doc/server/schemas_flairSchema.js.html b/www/doc/server/schemas_flairSchema.js.html
index 5762297..8dad54e 100644
--- a/www/doc/server/schemas_flairSchema.js.html
+++ b/www/doc/server/schemas_flairSchema.js.html
@@ -118,7 +118,7 @@ module.exports = mongoose.model("flair", flairSchema);
diff --git a/www/doc/server/schemas_permissionSchema.js.html b/www/doc/server/schemas_permissionSchema.js.html
index 9279114..a31b409 100644
--- a/www/doc/server/schemas_permissionSchema.js.html
+++ b/www/doc/server/schemas_permissionSchema.js.html
@@ -356,7 +356,7 @@ module.exports = mongoose.model("permissions", permissionSchema);
diff --git a/www/doc/server/schemas_statSchema.js.html b/www/doc/server/schemas_statSchema.js.html
index b0d25bd..03c3ccc 100644
--- a/www/doc/server/schemas_statSchema.js.html
+++ b/www/doc/server/schemas_statSchema.js.html
@@ -240,7 +240,7 @@ module.exports = mongoose.model("statistics", statSchema);
diff --git a/www/doc/server/schemas_tokebot_tokeCommandSchema.js.html b/www/doc/server/schemas_tokebot_tokeCommandSchema.js.html
index 41394d7..d38cdc0 100644
--- a/www/doc/server/schemas_tokebot_tokeCommandSchema.js.html
+++ b/www/doc/server/schemas_tokebot_tokeCommandSchema.js.html
@@ -160,7 +160,7 @@ module.exports = mongoose.model("tokeCommand", tokeCommandSchema);
diff --git a/www/doc/server/schemas_user_emailChangeSchema.js.html b/www/doc/server/schemas_user_emailChangeSchema.js.html
index cc7e325..2ddc950 100644
--- a/www/doc/server/schemas_user_emailChangeSchema.js.html
+++ b/www/doc/server/schemas_user_emailChangeSchema.js.html
@@ -222,7 +222,7 @@ module.exports = mongoose.model("emailChange", emailChangeSchema);
diff --git a/www/doc/server/schemas_user_passwordResetSchema.js.html b/www/doc/server/schemas_user_passwordResetSchema.js.html
index 936897b..b8f12a3 100644
--- a/www/doc/server/schemas_user_passwordResetSchema.js.html
+++ b/www/doc/server/schemas_user_passwordResetSchema.js.html
@@ -198,7 +198,7 @@ module.exports = mongoose.model("passwordReset", passwordResetSchema);
diff --git a/www/doc/server/schemas_user_userBanSchema.js.html b/www/doc/server/schemas_user_userBanSchema.js.html
index 5c4ba1b..1a040f3 100644
--- a/www/doc/server/schemas_user_userBanSchema.js.html
+++ b/www/doc/server/schemas_user_userBanSchema.js.html
@@ -521,7 +521,7 @@ module.exports = mongoose.model("userBan", userBanSchema);
diff --git a/www/doc/server/schemas_user_userSchema.js.html b/www/doc/server/schemas_user_userSchema.js.html
index 3b0cf92..e4aa855 100644
--- a/www/doc/server/schemas_user_userSchema.js.html
+++ b/www/doc/server/schemas_user_userSchema.js.html
@@ -888,7 +888,7 @@ module.exports.userModel = mongoose.model("user", userSchema);
diff --git a/www/doc/server/tokebot.html b/www/doc/server/tokebot.html
index 6b01394..8c1eddd 100644
--- a/www/doc/server/tokebot.html
+++ b/www/doc/server/tokebot.html
@@ -1403,7 +1403,7 @@ I would now, but I don't want to break shit in a comment-only commit.
diff --git a/www/doc/server/utils_altchaUtils.js.html b/www/doc/server/utils_altchaUtils.js.html
index 46f55cd..502f47b 100644
--- a/www/doc/server/utils_altchaUtils.js.html
+++ b/www/doc/server/utils_altchaUtils.js.html
@@ -118,7 +118,7 @@ module.exports.verify = async function(payload, uniqueSecret = ''){
diff --git a/www/doc/server/utils_configCheck.js.html b/www/doc/server/utils_configCheck.js.html
index e1f29e3..5c422ae 100644
--- a/www/doc/server/utils_configCheck.js.html
+++ b/www/doc/server/utils_configCheck.js.html
@@ -108,7 +108,7 @@ module.exports.securityCheck = function(){
diff --git a/www/doc/server/utils_hashUtils.js.html b/www/doc/server/utils_hashUtils.js.html
index df88622..b322f7f 100644
--- a/www/doc/server/utils_hashUtils.js.html
+++ b/www/doc/server/utils_hashUtils.js.html
@@ -103,7 +103,7 @@ module.exports.hashIP = function(ip){
diff --git a/www/doc/server/utils_linkUtils.js.html b/www/doc/server/utils_linkUtils.js.html
index 81c2fbd..ee6aaed 100644
--- a/www/doc/server/utils_linkUtils.js.html
+++ b/www/doc/server/utils_linkUtils.js.html
@@ -146,7 +146,7 @@ module.exports.markLink = async function(link){
diff --git a/www/doc/server/utils_loggerUtils.js.html b/www/doc/server/utils_loggerUtils.js.html
index 4022e62..d6b116f 100644
--- a/www/doc/server/utils_loggerUtils.js.html
+++ b/www/doc/server/utils_loggerUtils.js.html
@@ -207,7 +207,7 @@ module.exports.errorMiddleware = function(err, req, res, next){
diff --git a/www/doc/server/utils_mailUtils.js.html b/www/doc/server/utils_mailUtils.js.html
index d3aa7e2..0ad5f5c 100644
--- a/www/doc/server/utils_mailUtils.js.html
+++ b/www/doc/server/utils_mailUtils.js.html
@@ -140,7 +140,7 @@ module.exports.sendAddressVerification = async function(requestDB, userDB, newEm
diff --git a/www/doc/server/utils_media_internetArchiveUtils.js.html b/www/doc/server/utils_media_internetArchiveUtils.js.html
index 743934c..060afb1 100644
--- a/www/doc/server/utils_media_internetArchiveUtils.js.html
+++ b/www/doc/server/utils_media_internetArchiveUtils.js.html
@@ -57,6 +57,7 @@ const loggerUtils = require('../loggerUtils.js')
* @returns {Array} Generated list of media objects from given upload path
*/
module.exports.fetchMetadata = async function(fullID, title){
+ console.log("FUCK");
//Split fullID by first slash
const [itemID, requestedPath] = decodeURIComponent(fullID).split(/\/(.*)/);
//Create empty list to hold media objects
@@ -126,6 +127,8 @@ module.exports.fetchMetadata = async function(fullID, title){
}
}
+ console.log(mediaList);
+
//return media object list
return mediaList;
@@ -154,7 +157,7 @@ module.exports.fetchMetadata = async function(fullID, title){
diff --git a/www/doc/server/utils_media_yanker.js.html b/www/doc/server/utils_media_yanker.js.html
index 205359a..5815fa4 100644
--- a/www/doc/server/utils_media_yanker.js.html
+++ b/www/doc/server/utils_media_yanker.js.html
@@ -193,7 +193,7 @@ module.exports.getMediaType = async function(url){
diff --git a/www/doc/server/utils_media_ytdlpUtils.js.html b/www/doc/server/utils_media_ytdlpUtils.js.html
index aeaa8ca..a36a65a 100644
--- a/www/doc/server/utils_media_ytdlpUtils.js.html
+++ b/www/doc/server/utils_media_ytdlpUtils.js.html
@@ -186,7 +186,7 @@ async function ytdlpFetch(link, format = 'b'){
diff --git a/www/doc/server/utils_regexUtils.js.html b/www/doc/server/utils_regexUtils.js.html
index 6d5b3f6..60a8f6d 100644
--- a/www/doc/server/utils_regexUtils.js.html
+++ b/www/doc/server/utils_regexUtils.js.html
@@ -69,7 +69,7 @@ module.exports.escapeRegex = function(string){
diff --git a/www/doc/server/utils_scheduler.js.html b/www/doc/server/utils_scheduler.js.html
index 8bfbd80..2f67d9f 100644
--- a/www/doc/server/utils_scheduler.js.html
+++ b/www/doc/server/utils_scheduler.js.html
@@ -105,7 +105,7 @@ module.exports.kickoff = function(){
diff --git a/www/doc/server/utils_sessionUtils.js.html b/www/doc/server/utils_sessionUtils.js.html
index a4afb44..5eb7e6e 100644
--- a/www/doc/server/utils_sessionUtils.js.html
+++ b/www/doc/server/utils_sessionUtils.js.html
@@ -236,7 +236,7 @@ module.exports.maxAttempts = maxAttempts;