Changeset 35728 for titan/plugins


Ignore:
Timestamp:
09/23/15 17:49:18 (9 years ago)
Author:
obi
Message:

amazon fix watchlist series

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/tithek/amazon.h

    r35646 r35728  
    253253//                      tmpstr = string_replace_all("<li class=\"last-episode", "\n<li class=\"last-episode", tmpstr, 1);
    254254                        tmpstr = string_replace_all("<li class=\"last-episode", "\n<li class=\"\">", tmpstr, 1);
     255                        tmpstr = string_replace_all("<li class=\"first-episode", "\n<li class=\"\">", tmpstr, 1);
    255256                        tmpstr = string_replace_all("</div> </div>", "\n</div> </div>", tmpstr, 1);
    256257
Note: See TracChangeset for help on using the changeset viewer.