Changeset 1707

Show
Ignore:
Timestamp:
08/29/08 10:38:46 (3 months ago)
Author:
vollmerk
Message:

only do the seek stuff if the start has a positive value

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/play/index.php

    r1653 r1707  
    307307Stream::insert_now_playing($song->id,$uid,$song->time,$sid); 
    308308 
    309 if (isset($start)) { 
     309if ($start > 0) { 
    310310 
    311311        // Calculate stream size from byte range