Changeset 37306


Ignore:
Timestamp:
03/03/16 21:47:34 (8 years ago)
Author:
mr_pink
Message:

[HTTP-API] removed pagination from getmoviefilelist raw query

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/httpdfunc.h

    r37093 r37306  
    22312231        }
    22322232
    2233         if(maxcount > MAXHTMLLINE)
     2233        if(fmt == 0 && maxcount > MAXHTMLLINE)
    22342234        {
    22352235                int i;
Note: See TracChangeset for help on using the changeset viewer.