Skip to content

Commit

Permalink
Merge branch 'master' of github.com:SharkHunter/MovieInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
SharkHunter committed Mar 10, 2013
2 parents c3ce0de + 7fa4c00 commit c3888ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/pms/movieinfo/plugins/CSFDPlugin.java
Expand Up @@ -121,7 +121,7 @@ public ArrayList<String> getCast()

fs = sb.indexOf("<h4>Hrají:</h4>");
if (fs > -1) {
fs = sb.indexOf(">", fs + 46) + 1;
fs = sb.indexOf("/\">", fs) + 3;
int enditem = fs;
int end = sb.indexOf("</a> ", fs);
while (enditem != end) {
Expand Down

0 comments on commit c3888ba

Please sign in to comment.