ShowWidget: Strip html tags from the description.

This commit is contained in:
Jordan Petridis
2017-12-16 20:45:15 +02:00
parent f7af05a650
commit 440badf1eb
2 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ use std::io::{BufWriter, Read, Write};
use std::path::Path;
use errors::*;
use hammond_data::{Episode, EpisodeWidgetQuery, Podcast};
use hammond_data::{EpisodeWidgetQuery, Podcast};
use hammond_data::xdg_dirs::{DL_DIR, HAMMOND_CACHE};
// TODO: Replace path that are of type &str with std::path.