Skip to content

Commit

Permalink
VLC working on linux now
Browse files Browse the repository at this point in the history
  • Loading branch information
NO-ob committed Nov 13, 2021
1 parent a4578d1 commit d4626a2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/widgets/ViewerPage.dart
Original file line number Diff line number Diff line change
Expand Up @@ -238,10 +238,8 @@ class _ViewerPageState extends State<ViewerPage> {
searchHandler.currentTab,
true
);
} else if(Platform.isLinux) {
} else {
itemWidget = VideoAppDesktop(item.key, item, index, searchHandler.currentTab);
} else { // Linux
itemWidget = VideoAppPlaceholder(item: item, index: index);
}
}
} else {
Expand Down

0 comments on commit d4626a2

Please sign in to comment.