diff --git a/README.md b/README.md
index 855163c..bfac4ff 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Hammond
-## Prototype of a multithreaded, safe, and reliable Gtk+ Podcast client.
-Description...
+## Multithreaded, safe, and reliable Gtk+ Podcast client.
+This is a prototype of a podcast client written in Rust.


diff --git a/hammond-gtk/src/widgets/episode.rs b/hammond-gtk/src/widgets/episode.rs
index d816e55..b5eb350 100644
--- a/hammond-gtk/src/widgets/episode.rs
+++ b/hammond-gtk/src/widgets/episode.rs
@@ -39,9 +39,9 @@ macro_rules! clone {
}
thread_local!(
- static GLOBAL: RefCell