Skip to content

Commit

Permalink
Comment out experimental features
Browse files Browse the repository at this point in the history
  • Loading branch information
jvlflame committed Jul 6, 2020
1 parent 3fcf28d commit 671c831
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Javinizer/Public/Javinizer.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,9 @@ function Javinizer {
}

'JavLibrary' {
Write-Warning "[$(Get-TimeStamp)][$($MyInvocation.MyCommand.Name)] This feature is not enabled yet. Please check back in a future version."
return
<#
if (Test-Path -LiteralPath $SetJavLibraryOwned) {
try {
$movieList = Get-Content $SetJavLibraryOwned
Expand All @@ -540,6 +543,7 @@ function Javinizer {
}
}
}
#>
}

'Help' {
Expand Down

0 comments on commit 671c831

Please sign in to comment.