Private GIT

Skip to content
Snippets Groups Projects
Commit da0cea04 authored by Alexandre Beloin's avatar Alexandre Beloin
Browse files

Revert "Remove hardlink and symlink from actions if Win32"

parent d8e314d5
Branches
Tags
No related merge requests found
#import os.path #import os.path
#import sickbeard #import sickbeard
#import sys
#from sickbeard.common import * #from sickbeard.common import *
#from sickbeard import config #from sickbeard import config
#from sickbeard import metadata #from sickbeard import metadata
...@@ -72,12 +71,7 @@ ...@@ -72,12 +71,7 @@
<span class="component-desc"> <span class="component-desc">
<select name="process_method" id="process_method" class="form-control input-sm"> <select name="process_method" id="process_method" class="form-control input-sm">
#set $process_method_text = {'copy': "Copy", 'move': "Move", 'hardlink': "Hard Link", 'symlink' : "Symbolic Link"} #set $process_method_text = {'copy': "Copy", 'move': "Move", 'hardlink': "Hard Link", 'symlink' : "Symbolic Link"}
#if sys.platform == 'win32' #for $curAction in ('copy', 'move', 'hardlink', 'symlink'):
#set $process_action = ('copy', 'move')
#else
#set $process_action = ('copy', 'move', 'hardlink', 'symlink')
#end if
#for $curAction in $process_action:
#if $sickbeard.PROCESS_METHOD == $curAction: #if $sickbeard.PROCESS_METHOD == $curAction:
#set $process_method = "selected=\"selected\"" #set $process_method = "selected=\"selected\""
#else #else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment