Private GIT

Skip to content
Snippets Groups Projects
Commit e75562d4 authored by Dustyn Gibson's avatar Dustyn Gibson
Browse files

Can't use str() builtin anymore unless absolutely necessary! we are moving to...

Can't use str() builtin anymore unless absolutely necessary! we are moving to unicode in every place possible - Potential fix for SiCKRAGETV/sickrage-issues#2504
parent 8e3a4136
Branches
Tags
No related merge requests found
...@@ -463,7 +463,7 @@ $(document).ready(function(){ ...@@ -463,7 +463,7 @@ $(document).ready(function(){
% endif % endif
<% curSeason = int(epResult["season"]) %> <% curSeason = int(epResult["season"]) %>
% endif % endif
<% epLoc = str(epResult["location"]) %> <% epLoc = epResult["location"] %>
<tr class="${Overview.overviewStrings[epCats[epStr]]} season-${curSeason} seasonstyle"> <tr class="${Overview.overviewStrings[epCats[epStr]]} season-${curSeason} seasonstyle">
<td class="col-checkbox"> <td class="col-checkbox">
% if int(epResult["status"]) != UNAIRED: % if int(epResult["status"]) != UNAIRED:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment