From b3db96d485aaa39c8eb8de27c2b8c0f2d0387fa3 Mon Sep 17 00:00:00 2001 From: zvon Date: Fri, 8 Feb 2019 13:29:50 +0100 Subject: [PATCH] Fix default show name --- main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/main.cpp b/main.cpp index f3fcdac..899cde8 100644 --- a/main.cpp +++ b/main.cpp @@ -235,6 +235,7 @@ int main } if ( show.empty() ) { + show = FSLib::canonical( path ); auto pos = show.find_last_of( '/' ); if ( pos != string::npos ) show = show.substr( ++pos );