diff --git a/sickbeard/providers/horriblesubs.py b/sickbeard/providers/horriblesubs.py
index 5aa3373578a3c30a9ed978227c692449d36ee67d..0ad524f1c6a6929fd22910ca2524d852cd24a7f1 100755
--- a/sickbeard/providers/horriblesubs.py
+++ b/sickbeard/providers/horriblesubs.py
@@ -107,7 +107,7 @@ class HorribleSubsProvider(TorrentProvider):  # pylint: disable=too-many-instanc
                         if not all([title, download_url]):
                             continue
 
-                        item = {'title': title, 'link': download_url, 'size': 333, 'seeders': 1, 'leechers': 1,
+                        item = {'title': '[HorribleSubs] ' + title, 'link': download_url, 'size': 333, 'seeders': 1, 'leechers': 1,
                                 'hash': ''}
 
                         if mode != 'RSS':