rewind_input_plugin: Update MIME not only once

The assumption that MIME type is set only once is not valid with CURL,
as URL redirections may update the MIME type.

This fixes bug #3044.
This commit is contained in:
Thomas Jansen
2010-09-22 22:20:50 +02:00
committed by Max Kellermann
parent 4a7abc9d44
commit 54294366d5
2 changed files with 6 additions and 3 deletions

2
NEWS
View File

@@ -2,6 +2,8 @@ ver 0.15.13 (2010/??/??)
* output_thread: fix race condition after CANCEL command
* output:
- httpd: fix random data in stream title
* input:
- rewind: update MIME not only once
ver 0.15.12 (2010/07/20)