Use webtorrent-hybrid for server webtorrents

This commit is contained in:
Torjus
2018-07-31 12:33:24 +02:00
parent f6ca837646
commit 31a0017e70
4 changed files with 928 additions and 72 deletions
+1 -1
View File
@@ -148,7 +148,7 @@ class FileEntry extends Component
export const FileEntryProps = {
data : PropTypes.shape({
name : PropTypes.string.isRequired,
picture : PropTypes.string.isRequired,
picture : PropTypes.string,
file : PropTypes.shape({
magnet : PropTypes.string.isRequired
}).isRequired,