Player & duration fix 1

This commit is contained in:
magnolia-fan
2011-04-11 20:49:25 +04:00
parent 4d2c32ec8e
commit 42f3e6e5ca
5 changed files with 10 additions and 7 deletions
+1
View File
@@ -14,6 +14,7 @@ class TrackController < ApplicationController
#render :inline => nginx_url
headers['Content-Type'] = 'audio/mpeg'
headers['X-Accel-Redirect'] = nginx_url
headers['Connection'] = 'close'
render :nothing => true
end
end