WAT-4: Initial code analysis config

This commit is contained in:
2024-06-27 23:56:43 -04:00
parent b9b4a31f37
commit 655bb77d3b
13 changed files with 351 additions and 42 deletions

View File

@@ -12,6 +12,5 @@ export async function fetchPlexWatchlistFeed({ pageParam }) {
],
},
});
let result = rssParser.parseURL(pageParam);
return result;
return rssParser.parseURL(pageParam);
}

View File

@@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<title>Plex Watchlist</title>
</head>
<body>