RSS path separator is a backslash, not a forward-slash

rmartin16
2019-05-05 19:55:04 -04:00
parent b3db775081
commit b122263fa9

@@ -2256,7 +2256,7 @@ Parameters:
----------------------------------|---------|------------
`path` | string | Full path of added folder (e.g. "The Pirate Bay\Top100")
## Add feed ##
## Add feed ##
Name: `addFeed`
@@ -2267,7 +2267,7 @@ Parameters:
`url` | string | URL of RSS feed (e.g. "[http://thepiratebay.org/rss//top100/200](http://thepiratebay.org/rss//top100/200)")
`path` _optional_ | string | Full path of added folder (e.g. "The Pirate Bay\Top100\Video")
## Remove item ##
## Remove item ##
Removes folder or feed.
@@ -2279,7 +2279,7 @@ Parameters:
----------------------------------|---------|------------
`path` | string | Full path of removed item (e.g. "The Pirate Bay\Top100")
## Move item ##
## Move item ##
Moves/renames folder or feed.
@@ -2291,7 +2291,7 @@ Parameters:
----------------------------------|---------|------------
`itemPath` | string | Current full path of item (e.g. "The Pirate Bay\Top100")
`destPath` | string | New full path of item (e.g. "The Pirate Bay")
## Get all items ##
Name: `items`