Files
Readarr/frontend/src/AddAuthor/AuthorMetadataProfilePopoverContent.js
T
2020-05-19 21:50:37 +01:00

12 lines
265 B
JavaScript

import React from 'react';
function AuthorMetadataProfilePopoverContent() {
return (
<div>
Select 'None' to only include items manually added via search or that match files on disk
</div>
);
}
export default AuthorMetadataProfilePopoverContent;