Ticket #4922: stream.php.typo.patch

File stream.php.typo.patch, 409 bytes (added by greend139@…, 16 years ago)

stream.php typo fix

  • stream.php

     
    7676            $mime = 'audio/mpeg';
    7777            break;
    7878        case 'ogg':
    79             $mine = 'application/ogg';
     79            $mime = 'application/ogg';
    8080            break;
    8181        default:
    8282            $mime = 'application/octet-stream';