mirror of
https://github.com/FliegendeWurst/KIT-ILIAS-downloader.git
synced 2024-08-28 04:04:18 +00:00
Version 0.2.10
This commit is contained in:
parent
7d6f1da7ce
commit
4770bc9beb
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -2,7 +2,7 @@
|
|||||||
# It is not intended for manual editing.
|
# It is not intended for manual editing.
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "KIT-ILIAS-downloader"
|
name = "KIT-ILIAS-downloader"
|
||||||
version = "0.2.9"
|
version = "0.2.10"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"futures-util",
|
"futures-util",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "KIT-ILIAS-downloader"
|
name = "KIT-ILIAS-downloader"
|
||||||
version = "0.2.9"
|
version = "0.2.10"
|
||||||
authors = ["FliegendeWurst <2012gdwu@web.de>"]
|
authors = ["FliegendeWurst <2012gdwu@web.de>"]
|
||||||
license = "GPL-2.0"
|
license = "GPL-2.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
@ -955,7 +955,7 @@ impl Object {
|
|||||||
"ilobjsurveygui" => Survey { name, url },
|
"ilobjsurveygui" => Survey { name, url },
|
||||||
"illmpresentationgui" => Presentation { name, url },
|
"illmpresentationgui" => Presentation { name, url },
|
||||||
"ilrepositorygui" => match url.cmd.as_deref() {
|
"ilrepositorygui" => match url.cmd.as_deref() {
|
||||||
Some("view") => Folder { name, url },
|
Some("view") | Some("render") => Folder { name, url },
|
||||||
Some(_) => Generic { name, url },
|
Some(_) => Generic { name, url },
|
||||||
None => Course { name, url },
|
None => Course { name, url },
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user