Mutiple Changes

- Added events loader and directory
This commit is contained in:
Logan Cusano
2023-02-25 03:25:54 -05:00
parent 02bf0ebda2
commit 6b96f048fd
4 changed files with 45 additions and 39 deletions

View File

@@ -103,7 +103,7 @@ exports.deleteSource = function (title, callback) {
*/
exports.getFeeds = function (feedType) {
var linkFlayerFilteredMap = [];
if (feedType == null || feedType == undefined || feedType == "") {
if (feedType == null || feedType == undefined || feedType == "" || feedType.toLowerCase() == "all") {
return rssFeedMap;
} else {