diff --git a/gui/slick/interfaces/default/history.tmpl b/gui/slick/interfaces/default/history.tmpl
index 802f5cf4..2742e969 100644
--- a/gui/slick/interfaces/default/history.tmpl
+++ b/gui/slick/interfaces/default/history.tmpl
@@ -119,16 +119,8 @@
#if $curStatus == DOWNLOADED:
- #set $match = $re.search("\-(\w+)\.\w{3}\Z", $os.path.basename($hItem["resource"]))
- #if $match
- #if $match.group(1).upper() in ("X264", "720P"):
- #set $match = $re.search("(\w+)\-.*\-"+$match.group(1)+"\.\w{3}\Z", $os.path.basename($hItem["resource"]), re.IGNORECASE)
- #if $match
- $match.group(1).upper()
- #end if
- #else:
- $match.group(1).upper()
- #end if
+ #if $hItem["provider"] != "-1":
+ $hItem["provider"]
#end if
#else
#if $hItem["provider"] > 0
|