fixed support for nc25 close #85

This commit is contained in:
huangjx
2022-10-30 16:13:35 +08:00
parent c405d73c6a
commit d88e100981
2 changed files with 3 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ Search for torrents within the app from mutiple BT sites;
Control Aria2 and manage download tasks from the web; Control Aria2 and manage download tasks from the web;
download videos from 700+ video sites(youtube,youku,vimo,dailymotion,twitter,facebook and the likes download videos from 700+ video sites(youtube,youku,vimo,dailymotion,twitter,facebook and the likes
</description> </description>
<version>1.0.1</version> <version>1.0.2</version>
<licence>agpl</licence> <licence>agpl</licence>
<author mail="freefallbenson@gmail.com" homepage="https://github.com/shiningw">jiaxinhuang</author> <author mail="freefallbenson@gmail.com" homepage="https://github.com/shiningw">jiaxinhuang</author>
<namespace>NCDownloader</namespace> <namespace>NCDownloader</namespace>
@@ -20,7 +20,7 @@ download videos from 700+ video sites(youtube,youku,vimo,dailymotion,twitter,fac
<repository>https://github.com/shiningw/ncdownloader</repository> <repository>https://github.com/shiningw/ncdownloader</repository>
<dependencies> <dependencies>
<php min-version="7.3" max-version="8.1" /> <php min-version="7.3" max-version="8.1" />
<nextcloud min-version="18" max-version="24"/> <nextcloud min-version="20" max-version="25"/>
</dependencies> </dependencies>
<navigations> <navigations>
<navigation> <navigation>

View File

@@ -4,6 +4,7 @@
#app-ncdownloader-wrapper { #app-ncdownloader-wrapper {
width: 100%; width: 100%;
display: flex;
.action-item { .action-item {
position: relative; position: relative;