 plugin.video.amazon-test/resources/lib/proxy.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/plugin.video.amazon-test/resources/lib/proxy.py b/plugin.video.amazon-test/resources/lib/proxy.py
index 0b1842c..f066625 100644
--- a/plugin.video.amazon-test/resources/lib/proxy.py
+++ b/plugin.video.amazon-test/resources/lib/proxy.py
@@ -407,6 +407,10 @@ class ProxyHTTPD(BaseHTTPRequestHandler):
                         Log('[PS] ' + setTag, Log.DEBUG)
                         self._SendChunk(gzstream, setTag)
                         self._SendChunk(gzstream, _rebase(setData))
+                else:
+                    self._SendChunk(gzstream, setTag)
+                    self._SendChunk(gzstream, _rebase(setData))
                 buffer = buffer[pos.end(2):]
 
             # Send the rest and signal EOT