Closed tzarebczan closed 3 years ago
https://github.com/lbryio/lbrytv/blob/master/app/publish/publish.go#L222
Append the random characters to the end of the original file name instead of the front.
This way when a user downloads the files, they will have the title /claim name and then the random bits at the end.
This has been solved with the help of @nheingit, original file names are now fully preserved.
https://github.com/lbryio/lbrytv/blob/master/app/publish/publish.go#L222
Append the random characters to the end of the original file name instead of the front.
This way when a user downloads the files, they will have the title /claim name and then the random bits at the end.