Skip to content

Commit

Permalink
More renames
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandog committed Apr 3, 2016
1 parent 229511e commit d6ee206
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gui/slick/views/snatchSelection.mako
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@
<td align="center">${pretty_file_size(hItem["size"]) if hItem["size"] > -1 else 'N/A'}</td>
<td align="center">${hItem["provider_type"]}</td>
<td align="center">${datetime.datetime.fromtimestamp(hItem["time"]).strftime(sickbeard.DATE_PRESET+" "+sickbeard.TIME_PRESET)}</td>
<td align="center" class="col-search" width="5%"><a class="epManualSearch" id="${str(show.indexerid)}x${season}x${episode}" name="${str(show.indexerid)}x${season}x${episode}" href="${srRoot}/home/pickManualSnatch?provider=${hItem["provider_id"]}&amp;rowid=${hItem["rowid"]}"><img src="images/download.png" width="16" height="16" alt="search" title="Download selected episode" /></a></td>
<td align="center" class="col-search" width="5%"><a class="epManualSearch" id="${str(show.indexerid)}x${season}x${episode}" name="${str(show.indexerid)}x${season}x${episode}" href="${srRoot}/home/pickManualSearch?provider=${hItem["provider_id"]}&amp;rowid=${hItem["rowid"]}"><img src="images/download.png" width="16" height="16" alt="search" title="Download selected episode" /></a></td>
</tr>
% endfor
</tbody>
Expand Down
2 changes: 1 addition & 1 deletion sickbeard/webserve.py
Original file line number Diff line number Diff line change
Expand Up @@ -1401,7 +1401,7 @@ def titler(x):
action="displayShow"
)

def pickManualSnatch(self, provider=None, rowid=None):
def pickManualSearch(self, provider=None, rowid=None):
"""
Tries to Perform the snatch for a manualSelected episode, episodes or season pack.
Expand Down

0 comments on commit d6ee206

Please sign in to comment.