Update cargo crates
This commit is contained in:
parent
438e164ffd
commit
76cf1eb00a
4 changed files with 820 additions and 410 deletions
|
|
@ -150,7 +150,7 @@ pub mod browse {
|
|||
|
||||
// This COULD have been done with CDATA, but some Samsung TVs don't like that, they want
|
||||
// escaped XML instead.
|
||||
let items_encoded = quick_xml::escape::escape(items_encoded.as_ref());
|
||||
let items_encoded = quick_xml::escape::escape(items_encoded);
|
||||
|
||||
format!(
|
||||
include_str!(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue