mirror of
https://github.com/FliegendeWurst/KIT-ILIAS-downloader.git
synced 2024-08-28 04:04:18 +00:00
Support downloading every course
This commit is contained in:
parent
b44c31d8d4
commit
7d641d5329
@ -482,7 +482,8 @@ impl Object {
|
||||
None => Course { name, url },
|
||||
},
|
||||
"ilobjplugindispatchgui" => PluginDispatch { name, url },
|
||||
"ildashboardgui" => Dashboard { url },
|
||||
// both the dashboard and the membership overview page work the same
|
||||
"ildashboardgui" | "ilmembershipoverviewgui" => Dashboard { url },
|
||||
_ => Generic { name, url },
|
||||
})
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user