don't save metadata when video content type is unset
This commit is contained in:
parent
58672e6b65
commit
aa576157fc
8 changed files with 20 additions and 15 deletions
|
@ -4,7 +4,7 @@
|
|||
<title>${TitleAutoOrganize}</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="libraryFileOrganizerLogPage" data-role="page" class="page type-interior organizePage">
|
||||
<div id="libraryFileOrganizerLogPage" data-role="page" class="page type-interior organizePage" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Auto-Organize">
|
||||
|
||||
<div data-role="content">
|
||||
<div class="content-primary">
|
||||
|
@ -30,8 +30,7 @@
|
|||
<th data-priority="3">${HeaderDestination}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody class="resultBody">
|
||||
</tbody>
|
||||
<tbody class="resultBody"></tbody>
|
||||
</table>
|
||||
<br />
|
||||
<div style="text-align: right;" class="legend">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue