Skip to content

Commit

Permalink
I can't add video files to the player #107 (for files that are too la…
Browse files Browse the repository at this point in the history
…rge)
  • Loading branch information
dularion committed Jan 2, 2016
1 parent 5fa9c75 commit 259c4b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grails-app/services/streama/FileService.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class FileService {

def fileLength = rawFile.length()
def contentLength = rawFile.length().toString()
def rangeEnd = fileLength.toInteger()-1
def rangeEnd = fileLength.toLong()-1
def rangeStart


Expand Down

0 comments on commit 259c4b3

Please sign in to comment.