Commit 1413681
committed
fix: Fixed that setup with no arguments tried to setup with a file instead of string
this.setup(Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_DOWNLOADS), true);
Returns a file instead of a string.
Changed to:
this.setup("" + Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_DOWNLOADS), true);1 parent 474d0fe commit 1413681
File tree
1 file changed
+1
-1
lines changed- android/torrent/src/main/java/com/ghondar/torrentstreamer
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
0 commit comments