"see more info" now opens tmdb

This commit is contained in:
2019-06-29 18:50:13 +02:00
parent d74aab1b7a
commit d95e168468

View File

@@ -45,6 +45,7 @@
:text="'Search for torrents'" :iconRef="'#icon_torrents'"
:active="showTorrents"></sidebar-action>
<sidebar-action
@click="openTmdb()"
:iconRef="'#icon_info'" :text="'See more info'"></sidebar-action>
</div>