aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Data/SqliteItemRepository.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2017-08-22 01:41:02 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2017-08-22 01:41:02 -0400
commit3c1fe6ff83c45133287ea3dac2f553da763739b6 (patch)
tree7ca661bddeb26ca496d3de85777e0b09c6d45f59 /Emby.Server.Implementations/Data/SqliteItemRepository.cs
parent2e5db767f349bcbc3ac0b7a24b670ea6c74d84ab (diff)
add experimental warning for folder rip transcoding
Diffstat (limited to 'Emby.Server.Implementations/Data/SqliteItemRepository.cs')
-rw-r--r--Emby.Server.Implementations/Data/SqliteItemRepository.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Data/SqliteItemRepository.cs b/Emby.Server.Implementations/Data/SqliteItemRepository.cs
index d7cbdf9e5..064a66cd0 100644
--- a/Emby.Server.Implementations/Data/SqliteItemRepository.cs
+++ b/Emby.Server.Implementations/Data/SqliteItemRepository.cs
@@ -114,7 +114,7 @@ namespace Emby.Server.Implementations.Data
{
get
{
- return true;
+ return false;
}
}