refactor all feed related into one function

This commit is contained in:
John Facey
2021-12-24 20:01:41 -06:00
parent c688251a01
commit cbb257dfa5
5 changed files with 44 additions and 43 deletions

View File

@@ -21,7 +21,6 @@ module.exports = {
}
var sources = libFlayer.getSources();
//libFlayer.getConfig();
libFlayer.loadFeeds();
}