Changes between Version 1 and Version 2 of XmlRpcDownloadSubtitles


Ignore:
Timestamp:
Sep 26, 2008, 9:41:01 PM (16 years ago)
Author:
guest
Comment:

Fixed small glitch [Majky]

Legend:

Unmodified
Added
Removed
Modified
  • XmlRpcDownloadSubtitles

    v1 v2  
    5151    ''data''::
    5252      array of subtitle file contents
    53       ''subcontents''::
    54         subtitle file contents, a ''struct'' with 2 members: ''idsubtitlefile'' and ''data'' (base64 encoded and gzipped subtitle file contents)
    55        
    56         {{{struct(
    57           (int) [idsubtitlefile],
    58           (string) [data]
    59         )
    60         }}}
    61          
     53        ''subcontents''::
     54          subtitle file contents, a ''struct'' with 2 members: ''idsubtitlefile'' and ''data'' (base64 encoded and gzipped subtitle file contents)
    6255    ''seconds''::
    6356      time taken to execute this command on server
     57
     58Subtitle file contents ''subcontents'' structure:
     59{{{
     60struct(
     61  (int)    [idsubtitlefile],
     62  (string) [data]
     63)
     64}}}
    6465
    6566