Playing around with some Tan packages
This commit is contained in:
7
src/api/plexApi.js
Normal file
7
src/api/plexApi.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import axios from 'axios';
|
||||
import Parser from 'rss-parser';
|
||||
|
||||
export async function fetchPlexWatchlistFeed(feed) {
|
||||
let rssParser = new Parser();
|
||||
return rssParser.parseURL(feed);
|
||||
}
|
||||
Reference in New Issue
Block a user