Skip to content

Commit d88e100

Browse files
committed
fixed support for nc25 close #85
1 parent c405d73 commit d88e100

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

appinfo/info.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Search for torrents within the app from mutiple BT sites;
88
Control Aria2 and manage download tasks from the web;
99
download videos from 700+ video sites(youtube,youku,vimo,dailymotion,twitter,facebook and the likes
1010
</description>
11-
<version>1.0.1</version>
11+
<version>1.0.2</version>
1212
<licence>agpl</licence>
1313
<author mail="[email protected]" homepage="https://github.com/shiningw">jiaxinhuang</author>
1414
<namespace>NCDownloader</namespace>
@@ -20,7 +20,7 @@ download videos from 700+ video sites(youtube,youku,vimo,dailymotion,twitter,fac
2020
<repository>https://github.com/shiningw/ncdownloader</repository>
2121
<dependencies>
2222
<php min-version="7.3" max-version="8.1" />
23-
<nextcloud min-version="18" max-version="24"/>
23+
<nextcloud min-version="20" max-version="25"/>
2424
</dependencies>
2525
<navigations>
2626
<navigation>

src/css/style.scss

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
#app-ncdownloader-wrapper {
66
width: 100%;
7+
display: flex;
78

89
.action-item {
910
position: relative;

0 commit comments

Comments
 (0)